Browse Source

:fire: log

visuddhinanda 3 years ago
parent
commit
a2c042eeea
1 changed files with 0 additions and 1 deletions
  1. 0 1
      dashboard/src/components/corpus/ChapterList.tsx

+ 0 - 1
dashboard/src/components/corpus/ChapterList.tsx

@@ -84,7 +84,6 @@ const Widget = ({
       dataSource={tableData}
       pagination={{
         onChange: (page) => {
-          console.log(page);
           setCurrPage(page);
         },
         showQuickJumper: true,