Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2017-05-31 23:41:55 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2017-06-01 00:02:09 +0300
commit0d3b7f4681ab0335b7ae7846c9ba6b0cb7caf564 (patch)
tree4a4bc8ca60a7183fc5492471fd0653cd8089df46 /app/assets/javascripts/groups
parent8fca24bd1510226261422b761d18f5c5920dcd64 (diff)
Add default prop values
Diffstat (limited to 'app/assets/javascripts/groups')
-rw-r--r--app/assets/javascripts/groups/components/group_item.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/groups/components/group_item.vue b/app/assets/javascripts/groups/components/group_item.vue
index a6da42e420c..20391595178 100644
--- a/app/assets/javascripts/groups/components/group_item.vue
+++ b/app/assets/javascripts/groups/components/group_item.vue
@@ -10,6 +10,7 @@ export default {
baseGroup: {
type: Object,
required: false,
+ default: () => ({}),
},
},
methods: {