Skip to content

Commit

Permalink
fix: Update src/components/accessories/admin/users/editPermissions/Ac…
Browse files Browse the repository at this point in the history
…lTable.tsx

Co-authored-by: Silevester Dongmo <[email protected]>
  • Loading branch information
SteveGT96 and SilverD3 authored Oct 31, 2024
1 parent f26bde8 commit b18faed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@ export const AclTable = ({
<table className={classes.acl}>
<thead>
<tr>
<td>
<th>
<Tooltip title={t("permission.toggle-check-all")}>
<Checkbox
checked={allRowsChecked()}
onChange={toggleCheckAllRows}
name={"permission.all"}
/>
</Tooltip>
</td>
</th>
<th>{t("permission.name")}</th>
<th>{t("permission.create")}</th>
<th>{t("permission.read")}</th>
Expand Down

0 comments on commit b18faed

Please sign in to comment.