Преглед изворни кода

HUE-3420 [assist] DB assist shows --> icon for databases all the time

Johan Ahlen пре 9 година
родитељ
комит
4860968e70
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      desktop/libs/notebook/src/notebook/templates/editor_components.mako

+ 1 - 1
desktop/libs/notebook/src/notebook/templates/editor_components.mako

@@ -329,7 +329,7 @@ ${ require.config() }
             sourceTypes: $root.sqlSourceTypes,
             activeSourceType: $root.activeSqlSourceType,
             navigationSettings: {
-              openDatabase: true,
+              openDatabase: false,
               openItem: false,
               showStats: true
             },