Add loader to checkout stepper confirm button

This commit is contained in:
William Buezas 2024-11-27 20:25:23 -03:00
parent 16b1e205d3
commit 63b43506ab
1 changed files with 1 additions and 0 deletions

View File

@ -477,6 +477,7 @@ onMounted(async () => {
dense
class="right-navigation-button"
data-testid="checkoutStepperRightButton"
:loading="loading"
>
<QTooltip>
{{ t(`${step.nextButtonLabel || 'next'}`) }}