summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/SelectBox.vue
diff options
context:
space:
mode:
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,