mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
fix(user): edit & invite user .
This commit is contained in:
@@ -27,7 +27,7 @@ function UsersDataTable({
|
||||
// Handle edit user action.
|
||||
const handleEditUserAction = useCallback(
|
||||
(user) => {
|
||||
openDialog('userList-form', { action: 'edit', userId: user.id });
|
||||
openDialog('user-form', { action: 'edit', userId: user.id });
|
||||
},
|
||||
[openDialog],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user