2020-01-02 17:13:36 +01:00
|
|
|
<BsButton
|
|
|
|
@type="primary"
|
|
|
|
class="cr-steps-bottom-nav__button cr-steps-bottom-nav__next-button next"
|
2023-11-04 14:54:30 +01:00
|
|
|
type="submit"
|
2020-01-02 17:13:36 +01:00
|
|
|
...attributes
|
|
|
|
>
|
|
|
|
<span class="cr-steps-bottom-nav__label">
|
|
|
|
{{t "action.save"}}
|
|
|
|
</span>
|
|
|
|
|
|
|
|
{{#if @isPending}}
|
|
|
|
<LoadingSpinner />
|
|
|
|
{{else}}
|
|
|
|
<span class="cr-steps-bottom-nav__icon oi oi-circle-check"></span>
|
|
|
|
{{/if}}
|
|
|
|
</BsButton>
|