Commit f5b5b8e3 authored by Yogi's avatar Yogi Committed by David O'Regan

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

parent 0f672aca
...@@ -93,7 +93,7 @@ export default { ...@@ -93,7 +93,7 @@ export default {
text: PRIMARY_OPTIONS_TEXT, text: PRIMARY_OPTIONS_TEXT,
attributes: [ attributes: [
{ {
variant: 'success', variant: 'confirm',
loading: this.loading, loading: this.loading,
disabled: !this.formCompleted || 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