浏览代码

HUE-8581 [importer] Fix JS error for field query editor in importer

Johan Ahlen 7 年之前
父节点
当前提交
226027271d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/libs/indexer/src/indexer/templates/importer.mako

+ 1 - 1
desktop/libs/indexer/src/indexer/templates/importer.mako

@@ -965,7 +965,7 @@ ${ assist.assistPanel() }
                     maxLines: 25
                   },
                   database: fieldEditorDatabase,
-                  namepsace: namespace,
+                  namespace: namespace,
                   compute: compute,
                   mode: 'hive'
                 }}"></div>