소스 검색

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>