mirror of
https://github.com/Fabio286/antares.git
synced 2025-02-15 11:10:43 +01:00
fix(PostgreSQL): unable to search for databases, fixes #798
This commit is contained in:
parent
8501fa2e81
commit
d1bb50b2bb
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user