Add loader to checkout stepper confirm button
This commit is contained in:
parent
16b1e205d3
commit
63b43506ab
|
@ -477,6 +477,7 @@ onMounted(async () => {
|
||||||
dense
|
dense
|
||||||
class="right-navigation-button"
|
class="right-navigation-button"
|
||||||
data-testid="checkoutStepperRightButton"
|
data-testid="checkoutStepperRightButton"
|
||||||
|
:loading="loading"
|
||||||
>
|
>
|
||||||
<QTooltip>
|
<QTooltip>
|
||||||
{{ t(`${step.nextButtonLabel || 'next'}`) }}
|
{{ t(`${step.nextButtonLabel || 'next'}`) }}
|
||||||
|
|
Loading…
Reference in New Issue