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:
Aditya Toshniwal
2022-04-29 16:29:46 +05:30
committed by Akshay Joshi
parent 4c2e309bdc
commit 64ffed0ddb
9 changed files with 170 additions and 126 deletions

View File

@@ -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,