fix: create -> save (edit user) (#199)
This commit is contained in:
parent
3a4802f09a
commit
8c04971094
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ export function EditUserModal({ open, setOpen, updateUsers, user }) {
|
||||||
|
|
||||||
<Group position='right' mt={22}>
|
<Group position='right' mt={22}>
|
||||||
<Button onClick={() => setOpen(false)}>Cancel</Button>
|
<Button onClick={() => setOpen(false)}>Cancel</Button>
|
||||||
<Button type='submit'>Create</Button>
|
<Button type='submit'>Save</Button>
|
||||||
</Group>
|
</Group>
|
||||||
</form>
|
</form>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in a new issue