File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 2727 </div >
2828 <div v-else >
2929 <span class =" f-tagline" >Support page > ; Ticket status</span >
30- <span class =" fh2" >Good news - the wheels are turning, your ticket No. {{ formatTicket(questions[2].model) }} is being processed!😉</span >
31- <p class =" f-description" ><span >Have a great day!</span ></p >
30+ <div v-if =" loading" >
31+ <span class =" fh2" >Please wait, checking...</span >
32+ </div >
33+ <div v-else >
34+ <span class =" fh2" >Good news - the wheels are turning, your ticket No. {{ formatTicket(questions[2].model) }} is being processed!😉</span >
35+ <p class =" f-description" ><span >Have a great day!</span ></p >
36+ </div >
3237 </div >
3338 </div >
3439 </template >
3540 <!-- We've overriden the default "complete" slot content -->
36-
41+ <template v-slot :completeButton >
42+ <div class =" f-submit" >
43+ <!-- Leave empty to hide default submit button -->
44+ </div >
45+ </template >
3746 </flow-form >
3847 </div >
3948</template >
You can’t perform that action at this time.
0 commit comments