Jelajahi Sumber

HUE-8197 [editor] Saved queries with a variable are broken after upgrade

jdesjean 7 tahun lalu
induk
melakukan
09835bcc02

+ 1 - 0
desktop/libs/notebook/src/notebook/static/notebook/js/notebook.ko.js

@@ -598,6 +598,7 @@ var EditorViewModel = (function() {
         variable.sample = [];
         variable.sampleUser = variable.sampleUser || [];
         variable.path = variable.path || '';
+        variable.step = '';
         delete variable.defaultValue;
       });
     }