Explorar o código

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

peddle %!s(int64=9) %!d(string=hai) anos
pai
achega
bfdc73b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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') {