Commit b632d605 authored by Valerie Burton's avatar Valerie Burton

Fix lint issue in delete_issue_modal.vue

parent 57254bf8
...@@ -33,7 +33,7 @@ export default { ...@@ -33,7 +33,7 @@ export default {
return { return {
attributes: { attributes: {
variant: 'danger', variant: 'danger',
'data-qa-selector': 'confirm_delete_issue_button' 'data-qa-selector': 'confirm_delete_issue_button',
}, },
text: this.title, text: this.title,
}; };
......
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