Преглед изворни кода

HUE-4329 [editor] Fix typo in handle reset

Romain Rigaux пре 9 година
родитељ
комит
cd9d817faa
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      desktop/libs/notebook/src/notebook/static/notebook/js/notebook.ko.js

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

@@ -161,7 +161,7 @@
       self.handle({ // Keep multiquery indexing
           has_more_statements: self.handle()['has_more_statements'],
           statement_id: self.handle()['statement_id'],
-          statement_count: self.handle()['statement_count']
+          statements_count: self.handle()['statements_count']
       });
       self.startTime(new Date());
       self.endTime(new Date());