column settings: disable close on backdrop click or escape key down to prevent unsaved changes

This commit is contained in:
Sidney Alcantara
2021-11-11 18:25:18 +11:00
parent 50b74f436a
commit 31b2f74988

View File

@@ -69,6 +69,8 @@ export default function FieldSettings(props: IMenuModalProps) {
maxWidth="md"
onClose={handleClose}
title={`${name}: Settings`}
disableBackdropClick
disableEscapeKeyDown
children={
<Suspense fallback={<Loading fullScreen={false} />}>
<>