fix(install flow): clear stale data before requesting new
This commit is contained in:
parent
f4ac1c87cd
commit
327628b780
1 changed files with 2 additions and 0 deletions
|
|
@ -297,6 +297,8 @@ const versionOptions = ref<
|
|||
const installDirs = ref<undefined | Array<string>>();
|
||||
async function installFlow() {
|
||||
installFlowOpen.value = true;
|
||||
versionOptions.value = undefined;
|
||||
installDirs.value = undefined
|
||||
|
||||
try {
|
||||
versionOptions.value = await invoke("fetch_game_verion_options", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue