diff --git a/frontend/src/pages/Hosts.jsx b/frontend/src/pages/Hosts.jsx index 462c543..83f8543 100644 --- a/frontend/src/pages/Hosts.jsx +++ b/frontend/src/pages/Hosts.jsx @@ -1570,6 +1570,7 @@ const BulkAssignModal = ({ isLoading, }) => { const [selectedGroupId, setSelectedGroupId] = useState(""); + const bulkHostGroupId = useId(); // Fetch host groups for selection const { data: hostGroups } = useQuery({