Browse Source

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

Johan Ahlen 7 năm trước cách đây
mục cha
commit
226027271d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>