Skip to content

Commit

Permalink
fix: field name displayed instead of alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio286 committed Sep 2, 2020
1 parent 264de9c commit 801a0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/WorkspaceQueryTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
:class="`key-${field.key}`"
:title="keyName(field.key)"
/>
<span>{{ field.name }}</span>
<span>{{ field.alias || field.name }}</span>
<i
v-if="currentSort === field.name"
class="mdi sort-icon"
Expand Down

0 comments on commit 801a0de

Please sign in to comment.