mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Revert changes from the previous commit to restore the 'Object Explorer' title.
This commit is contained in:
@@ -80,16 +80,16 @@ let defaultLayout = {
|
||||
mode: 'horizontal',
|
||||
children: [
|
||||
{
|
||||
size: 10,
|
||||
size: 20,
|
||||
tabs: [
|
||||
LayoutDocker.getPanel({
|
||||
id: BROWSER_PANELS.OBJECT_EXPLORER, title: gettext(''),
|
||||
id: BROWSER_PANELS.OBJECT_EXPLORER, title: gettext('Object Explorer'),
|
||||
content: <ObjectExplorer />, group: 'object-explorer'
|
||||
}),
|
||||
],
|
||||
},
|
||||
{
|
||||
size: 90,
|
||||
size: 80,
|
||||
id: BROWSER_PANELS.MAIN,
|
||||
group: 'playground',
|
||||
tabs: defaultTabsData.map((t)=>LayoutDocker.getPanel(t)),
|
||||
|
Reference in New Issue
Block a user