mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1. Filter dialog doesn't work in edit mode (getting back end errors), reverting it back to create mode of SchemaView.
2. Enable the copy button when a cell is selected. 3. Exclude, Include related fixes.
This commit is contained in:
committed by
Akshay Joshi
parent
4c2e309bdc
commit
64ffed0ddb
@@ -372,6 +372,14 @@ function getFinalTheme(baseTheme) {
|
||||
}
|
||||
},
|
||||
},
|
||||
MuiSelect: {
|
||||
icon: {
|
||||
color: baseTheme.palette.text.primary,
|
||||
'&.Mui-disabled': {
|
||||
color: baseTheme.palette.text.muted,
|
||||
}
|
||||
},
|
||||
},
|
||||
MuiIconButton: {
|
||||
root: {
|
||||
color: baseTheme.palette.text.primary,
|
||||
|
||||
Reference in New Issue
Block a user