Commit b5f722e1 authored by David O'Regan's avatar David O'Regan

Merge branch 'remove-success-variant-upload-blob' into 'master'

Change success variant for primary button in upload file modal to confirm

See merge request gitlab-org/gitlab!59463
parents f637b48d f5b5b8e3
......@@ -93,7 +93,7 @@ export default {
text: PRIMARY_OPTIONS_TEXT,
attributes: [
{
variant: 'success',
variant: 'confirm',
loading: this.loading,
disabled: !this.formCompleted || this.loading,
},
......
---
title: Remove success variant for primary button in upload file modal
merge_request:
author: Yogi (@yo)
type: changed
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