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>2022-10-11 00:09:02 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-11 00:09:02 +0300
commitb52002327911e80364b8bc73ce7db2c27e0ee810 (patch)
treef085db96d80feb3f8789aacd401265371b62c4c7 /app/assets/javascripts/admin
parent69dec370722fbc4cfcb0ab4b59d86a770b45014c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/admin')
-rw-r--r--app/assets/javascripts/admin/background_migrations/components/database_listbox.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/admin/background_migrations/components/database_listbox.vue b/app/assets/javascripts/admin/background_migrations/components/database_listbox.vue
index 7f6e5dc4f35..80c216024a0 100644
--- a/app/assets/javascripts/admin/background_migrations/components/database_listbox.vue
+++ b/app/assets/javascripts/admin/background_migrations/components/database_listbox.vue
@@ -44,7 +44,7 @@ export default {
:items="databases"
right
:toggle-text="selectedDatabase"
- aria-labelledby="label"
+ toggle-aria-labelled-by="label"
@select="selectDatabase"
/>
</div>