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 ?? "-"} )}