Commit a63c9e94 authored by Simon Knox's avatar Simon Knox Committed by Oswaldo Ferreira

match UX guide for submit/cancel buttons

parent b04b3d1d
......@@ -111,14 +111,14 @@ export default {
<div class="modal-footer" v-if="!hideFooter">
<button
type="button"
class="btn btn-default pull-right"
class="btn btn-default pull-left"
@click="close"
>
Cancel
</button>
<button
type="button"
class="btn pull-left"
class="btn pull-right"
:disabled="submitDisabled"
:class="btnKindClass"
@click="emitSubmit(true)"
......
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