소스 검색

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