Browse Source

On schema page, the checkboxes shouldn't be there #141

Min Tian 4 years ago
parent
commit
fabf379ec8
1 changed files with 1 additions and 0 deletions
  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}
         rowsPerPage={pageSize}
         setRowsPerPage={handlePageSize}
         setRowsPerPage={handlePageSize}
         isLoading={loading}
         isLoading={loading}
+        openCheckBox={false}
       />
       />
     </section>
     </section>
   );
   );