mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
wip
This commit is contained in:
@@ -72,7 +72,7 @@ export const deleteUser = ({ id }) => {
|
||||
export const submitInvite = ({ form }) => {
|
||||
return (dispatch) =>
|
||||
new Promise((resolve, reject) => {
|
||||
ApiService.post(`invite/send`, form)
|
||||
ApiService.patch(`invite`, form)
|
||||
.then((response) => {
|
||||
resolve(response);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user