Commit 6a683d68 authored by Kev's avatar Kev

Fix button variant in maintenance mode settings

Changelog: fixed
parent 2ba756c4
......@@ -60,7 +60,7 @@ export default {
:placeholder="$options.i18n.bannerMessagePlaceholder"
/>
</gl-form-group>
<gl-button variant="success" type="submit">{{ $options.i18n.buttonText }}</gl-button>
<gl-button variant="confirm" type="submit">{{ $options.i18n.buttonText }}</gl-button>
</gl-form>
</section>
</template>
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