Update configs and removed unused dependencies

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2019-09-03 11:58:51 +02:00
commit dc5a674dbc
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF
21 changed files with 2849 additions and 1511 deletions

View file

@ -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