Преглед на файлове

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());