瀏覽代碼

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