summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/SelectBox.vue
diff options
context:
space:
mode:
authorUdo Walter2019-02-25 20:27:18 +0100
committerUdo Walter2019-02-25 20:27:18 +0100
commit1fc20c6fc76843b8d6ef90be51edeeaab46ecb79 (patch)
tree1fb845f911b6f4575b611a4e64e760afd12d1e4e /webapp/src/components/SelectBox.vue
parent[webapp/registration] switch to the new selctbox for groups selection (diff)
downloadbas-1fc20c6fc76843b8d6ef90be51edeeaab46ecb79.tar.gz
bas-1fc20c6fc76843b8d6ef90be51edeeaab46ecb79.tar.xz
bas-1fc20c6fc76843b8d6ef90be51edeeaab46ecb79.zip
[webapp] eslint fixes
Diffstat (limited to 'webapp/src/components/SelectBox.vue')
-rw-r--r--webapp/src/components/SelectBox.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/src/components/SelectBox.vue b/webapp/src/components/SelectBox.vue
index d8a4417..7712201 100644
--- a/webapp/src/components/SelectBox.vue
+++ b/webapp/src/components/SelectBox.vue
@@ -55,11 +55,11 @@ export default {
props: {
value: {
type: Array,
- default: []
+ default: () => []
},
items: {
type: Array,
- default: []
+ default: () => []
},
idKey: {
type: String,