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 {
modalOptions: {
actionPrimary: {
text: s__('UserLists|Add'),
attributes: [{ 'data-testid': 'confirm-add-user-ids' }],
attributes: [{ 'data-testid': 'confirm-add-user-ids', variant: 'confirm' }],
},
actionCancel: {
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