Explorar el Código

Merge pull request #145 from alwayslove2013/checkboxes

Fix #141: On schema page, the checkboxes shouldn't be there
Tumao hace 4 años
padre
commit
b68729edee
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>
   );