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

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