Commit f600d5fb authored by Savas Vedova's avatar Savas Vedova

Merge branch 'replace-success-button-issue-add' into 'master'

Replace success button in the add linked issue

See merge request gitlab-org/gitlab!72211
parents 2b4e7a5f 7d3d847c
...@@ -201,7 +201,7 @@ export default { ...@@ -201,7 +201,7 @@ export default {
<gl-button <gl-button
ref="addButton" ref="addButton"
category="primary" category="primary"
variant="success" variant="confirm"
:disabled="isSubmitButtonDisabled" :disabled="isSubmitButtonDisabled"
:loading="isSubmitting" :loading="isSubmitting"
type="submit" type="submit"
......
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