Skip to content

Commit

Permalink
fix: connection string field doesn't appear switching to postgre when…
Browse files Browse the repository at this point in the history
… editing a connection
  • Loading branch information
Fabio286 committed Jun 29, 2022
1 parent 902c29f commit 6573fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/WorkspaceEditConnectionPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6573fe6

Please sign in to comment.