summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/BackendModuleSync.vue
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components/BackendModuleSync.vue')
-rw-r--r--webapp/src/components/BackendModuleSync.vue10
1 files changed, 2 insertions, 8 deletions
diff --git a/webapp/src/components/BackendModuleSync.vue b/webapp/src/components/BackendModuleSync.vue
index 4d15438..1df3354 100644
--- a/webapp/src/components/BackendModuleSync.vue
+++ b/webapp/src/components/BackendModuleSync.vue
@@ -125,19 +125,13 @@ export default {
},
data () {
return {
- groupHeaders: [
- { text: 'Groups', value: 'groups' }
- ],
- clientHeaders: [
- { text: 'Clients', value: 'clients' }
- ],
objectTypes: [],
searchGroups: '',
searchClients: '',
cbxGroups: null,
cbxClients: null,
- syncTypes: null,
- syncType: null
+ syncTypes: [],
+ syncType: ''
}
},
methods: {