Skip to content

Commit

Permalink
Update column names of function table
Browse files Browse the repository at this point in the history
  • Loading branch information
katharinawuensche committed Jul 23, 2024
1 parent 1892d3c commit c653ee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
9 changes: 2 additions & 7 deletions pages/search/functions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,8 @@ const columns = [
sortable: true,
},
{
key: "start_date_written",
label: t("Pages.searchviews.function.start_date"),
sortable: true,
},
{
key: "end_date_written",
label: t("Pages.searchviews.function.end_date"),
key: "alternative_label",
label: t("Pages.searchviews.function.alternative_label"),
sortable: true,
},
];
Expand Down
15 changes: 0 additions & 15 deletions pages/search/persons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,6 @@ const columns = [
label: t("Pages.searchviews.person.alternative_names"),
sortable: true,
},
// {
// key: "start_date_written",
// label: t("Pages.searchviews.person.start_date"),
// sortable: true,
// },
// {
// key: "end_date_written",
// label: t("Pages.searchviews.person.end_date"),
// sortable: true,
// },
// {
// key: "gender",
// label: t("Pages.searchviews.person.gender"),
// sortable: true,
// },
];
</script>

Expand Down

0 comments on commit c653ee5

Please sign in to comment.