1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-02-14 10:40:44 +01:00

fix(PostgreSQL): unable to search for databases, fixes #798

This commit is contained in:
Fabio Di Stasio 2024-05-08 08:56:23 +02:00
parent 8501fa2e81
commit d1bb50b2bb

View File

@ -19,6 +19,8 @@
v-model="selectedDatabase"
:options="databases"
class="form-select select-sm text-bold my-0"
@keypress.stop=""
@keydown.stop=""
/>
</div>
<span v-else class="workspace-explorebar-title">{{ connectionName }}</span>