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,10 +64,10 @@ export function EditUserModal({ open, setOpen, updateUsers, user }) {
|
|||
|
||||
<Group position='right' mt={22}>
|
||||
<Button onClick={() => setOpen(false)}>Cancel</Button>
|
||||
<Button type='submit'>Create</Button>
|
||||
<Button type='submit'>Save</Button>
|
||||
</Group>
|
||||
</form>
|
||||
)}
|
||||
</Modal>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue