Skip to content

Commit c2cdbc4

Browse files
committed
Fixed error with tab change
1 parent d50f871 commit c2cdbc4

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

webapp/reducers/flexlayout.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@ export const FLEXLAYOUT_DEFAULT_STATUS = {
3737
enableClose: false
3838
},
3939

40+
'details': {
41+
id: 'details',
42+
name: 'Details',
43+
instancePath: '',
44+
status: WidgetStatus.HIDDEN,
45+
component: 'Metadata',
46+
panelName: "leftPanel",
47+
enableClose: false,
48+
showObjectInfo: true
49+
}
50+
4051

4152
},
4253

0 commit comments

Comments
 (0)