We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2614899 commit 893433bCopy full SHA for 893433b
client/src/components/Filters/Services/Form.tsx
@@ -55,9 +55,6 @@ export const Form = ({
55
56
const [masterEnabled, setMasterEnabled] = useState<boolean>(true);
57
58
- // Group-level freeze switch removed; groups are always active. Buttons allow mass toggle.
59
-
60
61
const handleToggleAllServices = async (isSelected: boolean) => {
62
blockedServices.forEach((service) => {
63
if (!isServiceDisabled(processing, processingSet)) {
0 commit comments