diff --git a/src/components/Table/ColumnMenu/FieldSettings/index.tsx b/src/components/Table/ColumnMenu/FieldSettings/index.tsx index 82cd519e..85939f4f 100644 --- a/src/components/Table/ColumnMenu/FieldSettings/index.tsx +++ b/src/components/Table/ColumnMenu/FieldSettings/index.tsx @@ -69,6 +69,8 @@ export default function FieldSettings(props: IMenuModalProps) { maxWidth="md" onClose={handleClose} title={`${name}: Settings`} + disableBackdropClick + disableEscapeKeyDown children={ }> <>