Ensure that the save button should be disabled by default on the Sort/Filter dialog in the query tool. #5058

This commit is contained in:
Nikhil Mohite
2022-10-20 16:22:40 +05:30
committed by GitHub
parent dd25bb0fff
commit b4fcb61d64
2 changed files with 4 additions and 2 deletions

View File

@@ -145,6 +145,7 @@ export default function FilterDialog({onClose, onSave}) {
disableDialogHelp={true}
isTabView={false}
formClassName={classes.root}
checkDirtyOnEnableSave={true}
/>
</>);
}