Skip to content
Snippets Groups Projects
Commit c5e0451a authored by ali asaria's avatar ali asaria
Browse files

remove big comment

parent 31d48ca1
No related branches found
No related tags found
No related merge requests found
......@@ -646,35 +646,6 @@ export default function Documents({
>
<thead>
<tr>
{/* <th
style={{
textAlign: 'center',
padding: '12px 6px',
}}
>
<Checkbox
size="sm"
indeterminate={
selected.length > 0 &&
selected.length !== rows?.length
}
checked={selected.length === rows?.length}
onChange={(event) => {
setSelected(
event.target.checked
? rows?.map((row) => row?.name)
: []
);
}}
color={
selected.length > 0 ||
selected.length === rows?.length
? 'primary'
: undefined
}
sx={{ verticalAlign: 'text-bottom' }}
/>
</th> */}
<th style={{ paddingLeft: '1rem' }}>
<Link
underline="none"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment