From 37a2ecae67b497a22fd02537f81d16e671d8996d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Katharina=20W=C3=BCnsche?= Date: Tue, 23 Jul 2024 16:17:32 +0200 Subject: [PATCH] Update columns of institutions search table --- pages/search/institutions.vue | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pages/search/institutions.vue b/pages/search/institutions.vue index 3c7426f..61a1179 100644 --- a/pages/search/institutions.vue +++ b/pages/search/institutions.vue @@ -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"),