소스 검색

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

Min Tian 4 년 전
부모
커밋
fabf379ec8
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>
   );