Commit 6b0872a7 authored by Kev's avatar Kev

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

parent 4d8107ee
...@@ -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