1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

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

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

View File

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