Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit 6b64804

Browse files
committed
Nye fasettnavn
1 parent ec84d82 commit 6b64804

File tree

1 file changed

+3
-3
lines changed
  • src/komponenter/header/header-regular/common/sok

1 file changed

+3
-3
lines changed

src/komponenter/header/header-regular/common/sok/Sok.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@ const fetchSearch = (props: FetchResult) => {
172172
});
173173

174174
const validAudiences: { [key: string]: string } = {
175-
privatperson: '0',
176-
arbeidsgiver: '1',
177-
samarbeidspartner: '2',
175+
privatperson: 'privatperson',
176+
arbeidsgiver: 'arbeidsgiver',
177+
samarbeidspartner: 'samarbeidspartner',
178178
};
179179

180180
const facet = validAudiences[audience] || '0';

0 commit comments

Comments
 (0)