Browse Source

HUE-7344 [indexer] Avoid default 500 call to rdbms when not initialized

Romain Rigaux 8 years ago
parent
commit
df68283a02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      desktop/libs/indexer/src/indexer/templates/importer.mako

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

@@ -1269,7 +1269,7 @@ ${ assist.assistPanel() }
         vm.createWizard.destination.useDefaultLocation(!newVal);
       });
       // Rdbms
-      self.rdbmsMode = ko.observable('');
+      self.rdbmsMode = ko.observable('customRdbms');
       self.rdbmsMode.subscribe(function (val) {
         self.rdbmsTypes(null);
         self.rdbmsType('');