Browse Source

HUE-4559 [indexer] Enable Select Fields button when a path has been entered into wizard

peddle 9 years ago
parent
commit
bfdc73b15a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      desktop/libs/indexer/src/indexer/templates/indexer.mako

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

@@ -724,7 +724,7 @@ ${ assist.assistPanel() }
 
       self.show = ko.computed(function() {
         if (self.inputFormat() == 'file') {
-          return self.path().length > 0 && self.columns().length > 0;
+          return self.path().length > 0;
         } else if (self.inputFormat() == 'table') {
           return self.table().length > 0;
         } else if (self.inputFormat() == 'query') {