Commit dd0d1cb0 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'Use-confirm-variant-for-'Add'-button-in-user-lists-modal' into 'master'

Use confirm variant for 'add' button in user lists modal

See merge request gitlab-org/gitlab!75922
parents 4c999335 6b0872a7
...@@ -19,7 +19,7 @@ export default { ...@@ -19,7 +19,7 @@ export default {
modalOptions: { modalOptions: {
actionPrimary: { actionPrimary: {
text: s__('UserLists|Add'), text: s__('UserLists|Add'),
attributes: [{ 'data-testid': 'confirm-add-user-ids' }], attributes: [{ 'data-testid': 'confirm-add-user-ids', variant: 'confirm' }],
}, },
actionCancel: { actionCancel: {
text: s__('UserLists|Cancel'), text: s__('UserLists|Cancel'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment