parent
34e56ccd81
commit
1124681603
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ export const EventConfigForm = ({
|
||||||
titleKey: "realm-settings:events-disable-title",
|
titleKey: "realm-settings:events-disable-title",
|
||||||
messageKey: "realm-settings:events-disable-confirm",
|
messageKey: "realm-settings:events-disable-confirm",
|
||||||
continueButtonLabel: "realm-settings:confirm",
|
continueButtonLabel: "realm-settings:confirm",
|
||||||
onConfirm: () => setValue(eventKey, false),
|
onConfirm: () => setValue(eventKey, false, { shouldDirty: true }),
|
||||||
});
|
});
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in a new issue