mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
@@ -145,6 +145,7 @@ export default function FilterDialog({onClose, onSave}) {
|
||||
disableDialogHelp={true}
|
||||
isTabView={false}
|
||||
formClassName={classes.root}
|
||||
checkDirtyOnEnableSave={true}
|
||||
/>
|
||||
</>);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user