瀏覽代碼

Merge pull request #145 from alwayslove2013/checkboxes

Fix #141: On schema page, the checkboxes shouldn't be there
Tumao 4 年之前
父節點
當前提交
b68729edee
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      client/src/pages/schema/Schema.tsx

+ 1 - 0
client/src/pages/schema/Schema.tsx

@@ -217,6 +217,7 @@ const Schema: FC<{
         rowsPerPage={pageSize}
         setRowsPerPage={handlePageSize}
         isLoading={loading}
+        openCheckBox={false}
       />
     </section>
   );