Fix the user remove from group in UI
Fix the removal of user from the group in UI. Signed-off-by: Sujith Haridasan <sujith.h@gmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
This commit is contained in:
parent
84a58957d5
commit
904e33abcb
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -76,6 +76,6 @@ export default {
|
||||||
return axios.put(sanitize(url), data)
|
return axios.put(sanitize(url), data)
|
||||||
},
|
},
|
||||||
delete(url, data) {
|
delete(url, data) {
|
||||||
return axios.delete(sanitize(url), { data: data })
|
return axios.delete(sanitize(url), { params: data })
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue