fix(driver): hide uninstall action for uninstalled PrestoSQL

This commit is contained in:
Abeautifulsnow 2026-07-01 15:45:54 +08:00 committed by GitHub
parent 5e8af8df2e
commit ee883ce2b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1151,7 +1151,7 @@ watch(driverStoreTab, (tab) => {
>
<FileUp class="h-3.5 w-3.5" />
</Button>
<template v-else>
<template v-if="driver.installed">
<Check v-if="!(driver.update_available && isDriverProgressActive(driver.db_type))" class="h-4 w-4 text-green-600" />
<Button
v-if="driver.update_available && isDriverQueued(driver.db_type)"