diff --git a/client/src/pages/dynamic-groups-page.tsx b/client/src/pages/dynamic-groups-page.tsx index 1a3ad4f..dcfc3fb 100644 --- a/client/src/pages/dynamic-groups-page.tsx +++ b/client/src/pages/dynamic-groups-page.tsx @@ -33,6 +33,8 @@ interface DynamicGroupRule { }[]; } +// Helper functions are defined inside the component + export default function DynamicGroupsPage() { const { toast } = useToast(); const [activeTab, setActiveTab] = React.useState("active");