浏览代码

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
             },