mirror of https://github.com/Fabio286/antares.git
fix: connection string field doesn't appear switching to postgre when editing a connection
This commit is contained in:
parent
902c29ffa5
commit
6573fe69ac
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue