Skip to content

Commit f57359f

Browse files
fix: mark exclusion zones data as dirty to allow changes to be applied
1 parent eeb6987 commit f57359f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/component/panels/filtersPanel/Filters/ExclusionZonesOptionsPanel.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export default function ExclusionZonesOptionsPanel(
7373
setValue(
7474
'zones',
7575
getValues('zones').filter((_, i) => i !== index),
76+
{ shouldDirty: true }
7677
);
7778
},
7879
[getValues, setValue],

0 commit comments

Comments
 (0)