Skip to content

Commit

Permalink
disable create privilege group
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <[email protected]>
  • Loading branch information
shanghaikid committed Jan 22, 2025
1 parent 917aa91 commit 7173d19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/pages/user/PrivilegeGroups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const PrivilegeGroups = () => {
return (
<div className={classes.wrapper}>
<AttuGrid
toolbarConfigs={toolbarConfigs}
toolbarConfigs={[]}
colDefinitions={colDefinitions}
rows={result}
rowCount={total}
Expand All @@ -216,6 +216,7 @@ const PrivilegeGroups = () => {
order={order}
orderBy={orderBy}
rowHeight={49}
openCheckBox={false}
handleSort={handleGridSort}
labelDisplayedRows={getLabelDisplayedRows(userTrans('privilegeGroups'))}
/>
Expand Down

0 comments on commit 7173d19

Please sign in to comment.