Fixed the loader issue for the Statistics and Properties panel. Fixed column resizing for dependent and dependencies panels.

refs #7364
This commit is contained in:
Pradip Parkale
2022-05-30 12:58:24 +05:30
committed by Akshay Joshi
parent e3225b6565
commit f7836b67af
5 changed files with 13 additions and 18 deletions

View File

@@ -88,7 +88,7 @@ export default function SQL({ nodeData, node, did, ...props }) {
return (
<>
<Loader message={loaderText} className={classes.loading} />
<Loader message={loaderText}/>
<CodeMirror
className={classes.textArea}
value={nodeSQL.length > 0 ? nodeSQL : msg}