Commit 4bd9f816 authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera

Merge branch '198625-change-button-style-on-instance-security-dashboard' into 'master'

Change button style to default in edit instance security dashboard

See merge request gitlab-org/gitlab!34139
parents 7bec95a9 015b6d76
...@@ -75,7 +75,6 @@ export default { ...@@ -75,7 +75,6 @@ export default {
toggleButtonProps() { toggleButtonProps() {
return this.showProjectSelector return this.showProjectSelector
? { ? {
variant: 'success',
text: s__('SecurityReports|Return to dashboard'), text: s__('SecurityReports|Return to dashboard'),
} }
: { : {
......
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