summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkushalpandya <kushal@gitlab.com>2017-04-24 15:56:10 +0530
committerkushalpandya <kushal@gitlab.com>2017-05-09 14:45:37 +0530
commitd5dfed34976ddfeaf63db19fa5861005c54dbd6b (patch)
treed3636a13a4d45e76af99c3dbcd6955cb8ec55608
parent4207efcbd72f61c8fd1c500fb092c5cef36e5258 (diff)
downloadgitlab-ce-d5dfed34976ddfeaf63db19fa5861005c54dbd6b.tar.gz
Update selector class name
-rw-r--r--app/assets/javascripts/protected_tags/protected_tag_dropdown.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/protected_tags/protected_tag_dropdown.js b/app/assets/javascripts/protected_tags/protected_tag_dropdown.js
index dde4dae9752..0a1ce7e6aa0 100644
--- a/app/assets/javascripts/protected_tags/protected_tag_dropdown.js
+++ b/app/assets/javascripts/protected_tags/protected_tag_dropdown.js
@@ -9,7 +9,7 @@ export default class ProtectedTagDropdown extends ProtectedRefDropdown {
super(options, {
$dropdownFooter: $dropdownContainer.find('.dropdown-footer'),
- $createNewProtectedRef: $dropdownContainer.find('.create-new-protected-tag'),
+ $createNewProtectedRef: $dropdownContainer.find('.js-create-new-protected-tag'),
protectedRefFieldName: 'protected_tag[name]',
dropdownLabel: 'Protected Tag',
protectedRefsList: gon.open_tags,