Update configs and removed unused dependencies
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
a7e0aea880
commit
dc5a674dbc
21 changed files with 2849 additions and 1511 deletions
|
|
@ -65,6 +65,7 @@
|
|||
|
||||
<script>
|
||||
import { Multiselect } from 'nextcloud-vue'
|
||||
import axios from 'nextcloud-axios'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
|
@ -127,7 +128,7 @@ export default {
|
|||
loadUsersAsync(query) {
|
||||
this.isLoading = false
|
||||
this.siteUsersListOptions.query = query
|
||||
this.$http.post(OC.generateUrl('apps/forms/get/siteusers'), this.siteUsersListOptions)
|
||||
axios.post(OC.generateUrl('apps/forms/get/siteusers'), this.siteUsersListOptions)
|
||||
.then((response) => {
|
||||
this.users = response.data.siteusers
|
||||
this.isLoading = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue