mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Initialize and parse the neseted schema too.
Renamed the type of the nested schema type to 'nested' from 'uiLayout' to be more relatevant.
This commit is contained in:
@@ -1315,7 +1315,7 @@
|
||||
// utilizing it later.
|
||||
groups[group].push(o);
|
||||
|
||||
if (s.type == 'uiLayout') {
|
||||
if (s.type == 'nested') {
|
||||
delete o.name;
|
||||
delete o.cell;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user