Fix BulkAssignModal: add missing bulkHostGroupId variable

This commit is contained in:
Muhammad Ibrahim
2025-10-08 09:40:02 +01:00
parent a861e4f9eb
commit 5cf2811bfd

View File

@@ -1570,6 +1570,7 @@ const BulkAssignModal = ({
isLoading,
}) => {
const [selectedGroupId, setSelectedGroupId] = useState("");
const bulkHostGroupId = useId();
// Fetch host groups for selection
const { data: hostGroups } = useQuery({