mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed issues related to porting of properties collection and dashboard.
refs #7132
This commit is contained in:
committed by
Akshay Joshi
parent
c4d61f5a55
commit
b397ba7787
@@ -53,8 +53,6 @@ export function getPanelView(
|
||||
container
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
if (panelType == 'statistics') {
|
||||
ReactDOM.render(
|
||||
<Theme>
|
||||
@@ -69,7 +67,7 @@ export function getPanelView(
|
||||
container
|
||||
);
|
||||
}
|
||||
if (panelType == 'properties') {
|
||||
if (panelType == 'properties' && nodeData?.is_collection) {
|
||||
ReactDOM.render(
|
||||
<Theme>
|
||||
<CollectionNodeView
|
||||
|
||||
Reference in New Issue
Block a user