fix: connection string field doesn't appear switching to postgre when editing a connection

This commit is contained in:
Fabio Di Stasio 2022-06-29 11:20:08 +02:00
parent 902c29ffa5
commit 6573fe69ac
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
/>
</div>
</div>
<div v-if="connection.client === 'pg'" class="form-group columns">
<div v-if="localConnection.client === 'pg'" class="form-group columns">
<div class="column col-4 col-sm-12">
<label class="form-label cut-text">{{ t('word.connectionString') }}</label>
</div>