mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix panel errors seen when click on partitions.
This commit is contained in:
committed by
Dave Page
parent
cb9fffc7de
commit
2d1e835d32
@@ -178,9 +178,14 @@ describe('tree#node#getTreeNodeHierarchy', () => {
|
||||
'special one': {
|
||||
'some key': 'some value',
|
||||
'_type': 'special one',
|
||||
'priority': -1,
|
||||
'priority': -2,
|
||||
},
|
||||
'table': {
|
||||
'some key': 'some value',
|
||||
'_type': 'table',
|
||||
'priority': -1,
|
||||
},
|
||||
'partition': {
|
||||
'some key': 'expected value',
|
||||
'some other key': 'some other value',
|
||||
'_type': 'partition',
|
||||
@@ -337,9 +342,14 @@ describe('tree#node#getTreeNodeHierarchy', () => {
|
||||
'special one': {
|
||||
'some key': 'some value',
|
||||
'_type': 'special one',
|
||||
'priority': -1,
|
||||
'priority': -2,
|
||||
},
|
||||
'table': {
|
||||
'some key': 'some value',
|
||||
'_type': 'table',
|
||||
'priority': -1,
|
||||
},
|
||||
'partition': {
|
||||
'some key': 'expected value',
|
||||
'some other key': 'some other value',
|
||||
'_type': 'partition',
|
||||
|
||||
Reference in New Issue
Block a user