Skip to content

Commit 2036cf7

Browse files
committed
chore(core): remove sorting on primary body column
1 parent 11120ab commit 2036cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/core/members/List.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
{{ props.row.date_of_birth }}
4040
</b-table-column>
4141

42-
<b-table-column field="primary_body_id" label="Primary body" sortable v-slot="props">
42+
<b-table-column field="primary_body_id" label="Primary body" v-slot="props">
4343
<span v-if="props.row.primary_body_id">{{ bodyMapping[props.row.primary_body_id] }}</span>
4444
<span v-else><i>Not set.</i></span>
4545
</b-table-column>

0 commit comments

Comments
 (0)