Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c8a0b28

Browse files
committedNov 21, 2024
Fixing title column
1 parent 373210f commit c8a0b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎table-component/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default {
7272
sortable: true
7373
},
7474
{
75-
value: "registry_title",
75+
value: "mapping_set_title",
7676
text: "Title",
7777
sortable: true
7878
},

0 commit comments

Comments
 (0)
Please sign in to comment.