From 0f9af0c12a567e2739b7238a9b553b16e8645a0e Mon Sep 17 00:00:00 2001 From: Remko Date: Tue, 26 Sep 2023 09:56:04 +0200 Subject: [PATCH] changed onderwerp to categorie --- pwa/src/templates/templateParts/filters/FiltersTemplate.tsx | 2 +- .../tableResultsTemplate/TableResultsTemplate.tsx | 2 +- .../templates/wooItemDetailTemplate/WOOItemDetailTemplate.tsx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pwa/src/templates/templateParts/filters/FiltersTemplate.tsx b/pwa/src/templates/templateParts/filters/FiltersTemplate.tsx index 38e4335d..70e2300f 100644 --- a/pwa/src/templates/templateParts/filters/FiltersTemplate.tsx +++ b/pwa/src/templates/templateParts/filters/FiltersTemplate.tsx @@ -62,7 +62,7 @@ export const FiltersTemplate: React.FC = ({ isLoading }) = option.value === filters.Categorie)} isClearable {...{ register, errors, control }} diff --git a/pwa/src/templates/templateParts/tableResultsTemplate/TableResultsTemplate.tsx b/pwa/src/templates/templateParts/tableResultsTemplate/TableResultsTemplate.tsx index c5d6565b..127f2430 100644 --- a/pwa/src/templates/templateParts/tableResultsTemplate/TableResultsTemplate.tsx +++ b/pwa/src/templates/templateParts/tableResultsTemplate/TableResultsTemplate.tsx @@ -24,7 +24,7 @@ export const TableResultsTemplate: React.FC = ({ requ Woo-verzoek - Onderwerp + Categorie Publicatiedatum Ontvangstdatum Besluitdatum diff --git a/pwa/src/templates/wooItemDetailTemplate/WOOItemDetailTemplate.tsx b/pwa/src/templates/wooItemDetailTemplate/WOOItemDetailTemplate.tsx index f2b9178b..cff76af4 100644 --- a/pwa/src/templates/wooItemDetailTemplate/WOOItemDetailTemplate.tsx +++ b/pwa/src/templates/wooItemDetailTemplate/WOOItemDetailTemplate.tsx @@ -59,8 +59,8 @@ export const WOOItemDetailTemplate: React.FC = ({ wo {getItems.data.Titel && ( - {t("Onderwerp")} - {getItems.data.Titel} + {t("Categorie")} + {getItems.data.Categorie ?? "-"} )}