mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix an issue where type column in dependencies tab is not showing correct label. #7225
This commit is contained in:
@@ -88,6 +88,9 @@ function Dependencies({ nodeData, nodeItem, node, treeNodeInfo, isActive, isStal
|
|||||||
sortable: true,
|
sortable: true,
|
||||||
resizable: true,
|
resizable: true,
|
||||||
disableGlobalFilter: false,
|
disableGlobalFilter: false,
|
||||||
|
Cell: ({row})=>{
|
||||||
|
return pgAdmin.Browser.Nodes?.[row.original.type]?.label??row.original.type;
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Header: 'Name',
|
Header: 'Name',
|
||||||
|
|||||||
Reference in New Issue
Block a user