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