update roll user management

This commit is contained in:
JOSEPH LE 2024-09-24 07:50:55 +07:00
parent 7622e7a95b
commit 1f4eec2165
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ const UsersManagement = () => {
<MultiSelect
label={'Permission(s)'}
required
data={['staff', 'admin', 'hr']}
data={['staff', 'admin', 'hr', 'tester']}
value={
typeof form.values.permission === 'string'
? form.values.permission