diff --git a/frontend/src/pages/Hosts.jsx b/frontend/src/pages/Hosts.jsx index e6c3010..7a7dc73 100644 --- a/frontend/src/pages/Hosts.jsx +++ b/frontend/src/pages/Hosts.jsx @@ -1794,7 +1794,6 @@ const BulkAssignModal = ({ isLoading, }) => { const [selectedGroupIds, setSelectedGroupIds] = useState([]); - const bulkHostGroupId = useId(); // Fetch host groups for selection const { data: hostGroups } = useQuery({