fix loop modali
This commit is contained in:
@@ -31,7 +31,9 @@ export default class Setup extends Vue {
|
||||
async showModalAtStep(step: number) {
|
||||
try {
|
||||
let next = await this.showModalStep(step);
|
||||
if (next == null) return;
|
||||
this.showModalAtStep(step + next);
|
||||
debugger
|
||||
} catch {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user