This commit is contained in:
ogerly 2019-07-19 10:28:13 +02:00
parent 6e5b277afa
commit 063479610e

View File

@ -46,14 +46,18 @@
:disabled="loading"
ghost
@click.prevent="$router.back()"
>{{ $t('actions.cancel') }}</ds-button>
>
{{ $t('actions.cancel') }}
</ds-button>
<ds-button
type="submit"
icon="check"
:loading="loading"
:disabled="disabled || errors"
primary
>{{ $t('actions.save') }}</ds-button>
>
{{ $t('actions.save') }}
</ds-button>
</div>
<ds-space margin-bottom="large" />
</ds-card>