Browse Source

HUE-7 [importer] Set source.show when a table name is present

Enrico Berti 8 năm trước cách đây
mục cha
commit
8270bcc
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

@@ -1118,7 +1118,7 @@ ${ assist.assistPanel() }
         if (self.inputFormat() == 'file') {
           return self.path().length > 0;
         } else if (self.inputFormat() == 'table') {
-          return self.table().length > 0;
+          return self.tableName().length > 0;
         } else if (self.inputFormat() == 'query') {
           return self.query();
         } else if (self.inputFormat() == 'manual') {