mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
committed by
Akshay Joshi
parent
e3225b6565
commit
f7836b67af
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user