mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #23393 from nextcloud/backport/23282/stable18
[stable18] Fix the user remove from group in UI
This commit is contained in:
commit
7eae0f6e9c
3 changed files with 4 additions and 4 deletions
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)
|
||||
},
|
||||
delete(url, data) {
|
||||
return axios.delete(sanitize(url), { data: data })
|
||||
return axios.delete(sanitize(url), { params: data })
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue