Skip to content

Commit fafcc20

Browse files
committed
Finish button remains hidden until the user enters advanced mode
Ref #382
1 parent 818c2bf commit fafcc20

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/StepperActions.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
flat
1919
label="Finish"
2020
no-caps
21+
v-bind:class="!showAdvanced ? 'hidden' : ''"
2122
v-bind:to="showAdvanced === true ? '/finish-advanced' : '/finish-minimum'"
2223
/>
2324
<q-btn

0 commit comments

Comments
 (0)