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
@@ -320,7 +320,7 @@ export function CollectionNodeView({
|
||||
:
|
||||
(
|
||||
<div className={classes.emptyPanel}>
|
||||
{loaderText ? (<Loader message={loaderText} className={classes.loading} />) :
|
||||
{loaderText ? (<Loader message={loaderText}/>) :
|
||||
<EmptyPanelMessage text={gettext(infoMsg)}/>
|
||||
}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user