Fix #141: On schema page, the checkboxes shouldn't be there
@@ -217,6 +217,7 @@ const Schema: FC<{
rowsPerPage={pageSize}
setRowsPerPage={handlePageSize}
isLoading={loading}
+ openCheckBox={false}
/>
</section>
);