Skip to content

Commit 611d638

Browse files
committed
fix initial routes
1 parent 95b59c6 commit 611d638

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/views/PhaseGUpkeep.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default defineComponent({
6464
initialTechCardSelection: TechCardSelection.new(rowPlaceholders.rows, nextRound).toPersistence()
6565
}
6666
this.state.storeRound(round)
67-
this.$router.push(`/round/${nextRound}/drafting`)
67+
this.$router.push(`/round/${nextRound}/drafting/1`)
6868
}
6969
}
7070
})

src/views/SetupBot.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default defineComponent({
9090
initialTechCardSelection: TechCardSelection.new(rowPlaceholders.rows, 1).toPersistence()
9191
}
9292
this.state.storeRound(round)
93-
this.$router.push('/round/1/drafting')
93+
this.$router.push('/round/1/drafting/1')
9494
}
9595
}
9696
})

0 commit comments

Comments
 (0)