Adjust usage and recompile
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
978e8f4b64
commit
5b42cec065
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -345,7 +345,7 @@ export default {
|
||||||
searchGroup: debounce(async function(query) {
|
searchGroup: debounce(async function(query) {
|
||||||
this.loadingGroups = true
|
this.loadingGroups = true
|
||||||
try {
|
try {
|
||||||
const response = await axios.get(generateOcsUrl('cloud', 2) + 'groups/details', {
|
const response = await axios.get(generateOcsUrl('cloud/groups/details'), {
|
||||||
search: query,
|
search: query,
|
||||||
limit: 20,
|
limit: 20,
|
||||||
offset: 0,
|
offset: 0,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue