@@ -217,6 +217,7 @@ const Schema: FC<{
rowsPerPage={pageSize}
setRowsPerPage={handlePageSize}
isLoading={loading}
+ openCheckBox={false}
/>
</section>
);