mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
fix(Firebird SQL): error "Cannot read properties of null" connecting to some databases, fixes #708
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
>
|
||||
<div class="workspace-explorebar-header">
|
||||
<div
|
||||
v-if="customizations.database"
|
||||
v-if="customizations.database && databases.length"
|
||||
class="workspace-explorebar-database-switch"
|
||||
:title="t('database.switchDatabase')"
|
||||
>
|
||||
|
Reference in New Issue
Block a user