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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-04 15:10:30 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-04 15:10:30 +0300
commit415f502f73b19e4e7e46d929ded9d64f7e7ee77a (patch)
tree9968494b0f1b0e5b5fc0998d287db0b57c1f823d /app/assets/javascripts/vue_shared/components/paginated_table_with_search_and_tabs
parenteada495948d07e4a1affffa1fa77bfd9730be1af (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/vue_shared/components/paginated_table_with_search_and_tabs')
-rw-r--r--app/assets/javascripts/vue_shared/components/paginated_table_with_search_and_tabs/paginated_table_with_search_and_tabs.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/vue_shared/components/paginated_table_with_search_and_tabs/paginated_table_with_search_and_tabs.vue b/app/assets/javascripts/vue_shared/components/paginated_table_with_search_and_tabs/paginated_table_with_search_and_tabs.vue
index 79a9e1fca8c..8a67754993d 100644
--- a/app/assets/javascripts/vue_shared/components/paginated_table_with_search_and_tabs/paginated_table_with_search_and_tabs.vue
+++ b/app/assets/javascripts/vue_shared/components/paginated_table_with_search_and_tabs/paginated_table_with_search_and_tabs.vue
@@ -42,12 +42,12 @@ export default {
itemsCount: {
type: Object,
required: false,
- default: () => {},
+ default: () => ({}),
},
pageInfo: {
type: Object,
required: false,
- default: () => {},
+ default: () => ({}),
},
statusTabs: {
type: Array,