fix: properly select correct databack versions (#6634)

This commit is contained in:
Calum H.
2026-07-06 16:59:49 +00:00
committed by GitHub
parent fc7be043c7
commit 6d66aee4ec
3 changed files with 15 additions and 13 deletions
-1
View File
@@ -680,7 +680,6 @@ async function chooseInstanceInstallVersion(
const selectedVersion = getLatestMatchingInstallVersion(
await getInstallProjectVersions(project.project_id),
selectedPreferences,
projectTypeValue,
)
if (!selectedVersion) {