fix: dependencies not appearing when open modal second time

This commit is contained in:
tdgao
2026-07-03 14:43:44 -07:00
parent 021f4dd6d4
commit a10f573a4c
2 changed files with 28 additions and 15 deletions
@@ -485,8 +485,8 @@ watch(
watch(
() => props.resetKey,
() => {
userSelectedGameVersion.value = null
userSelectedPlatform.value = null
userSelectedGameVersion.value = props.initialGameVersion
userSelectedPlatform.value = props.initialPlatform
showAllVersions.value = defaultShowAllVersions()
versionFilter.value = ''
},