Skip to content

Commit

Permalink
fix: human names in "current columns" panel
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Mar 12, 2021
1 parent 4fa0cde commit 5c117e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
:checked="$store.getters.fieldExists(field)"
@click="toggleField(field, false, true)"
:class="{ 'available-fields__field': true, active: $store.getters.fieldExists(field) }"
v-for="field of fieldsWithoutComments"
v-for="field of fields"
:key="field.name"
></ColumnField>
</Panel>
Expand Down

0 comments on commit 5c117e2

Please sign in to comment.