Explorar o código

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

Min Tian %!s(int64=4) %!d(string=hai) anos
pai
achega
fabf379ec8
Modificáronse 1 ficheiros con 1 adicións e 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>
   );