Skip to content

Commit

Permalink
Update columns of institutions search table
Browse files Browse the repository at this point in the history
  • Loading branch information
katharinawuensche committed Jul 23, 2024
1 parent c653ee5 commit 37a2eca
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pages/search/institutions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@ const columns = [
label: t("Pages.searchviews.institution.name"),
sortable: true,
},
{
key: "start_date_written",
label: t("Pages.searchviews.institution.start_date"),
sortable: true,
},
{
key: "end_date_written",
label: t("Pages.searchviews.institution.end_date"),
sortable: true,
},
{
key: "type",
label: t("Pages.searchviews.institution.type"),
Expand Down

0 comments on commit 37a2eca

Please sign in to comment.