Skip to content

Commit a80ef01

Browse files
committed
Make previous button unelevated in the finish screen when there are errors
1 parent 62e3bb9 commit a80ef01

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/StepperActions.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
v-bind:class="cannotGoBack ? 'hidden' : ''"
66
v-bind:color="boldPrevious ? 'primary' : ''"
77
v-bind:flat="!boldPrevious"
8+
v-bind:unelevated="boldPrevious"
89
v-on:click="navigatePrevious"
910
/>
1011
<span class="spacer" />
@@ -25,6 +26,7 @@
2526
color="primary"
2627
label="Next"
2728
no-caps
29+
unelevated
2830
v-on:click="navigateNext"
2931
/>
3032
</q-btn-group>

0 commit comments

Comments
 (0)