Skip to content

Commit

Permalink
Fjerner filtrering av ytelse når tekster hentes fra Sanity slik at al…
Browse files Browse the repository at this point in the history
…le tekster hentes, uavhengig om hva slags avhukinger som er gjort (#1315)
  • Loading branch information
ole-kristian-rudjord authored Aug 6, 2024
1 parent 3b75bf7 commit 8b73303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/context/SanityContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const [SanityProvider, useSanity] = createUseContext(() => {
settTeksterRessurs(byggHenterRessurs());

sanityKlient
.fetch<SanityDokument[]>('*["BARNETRYGD" in ytelse]')
.fetch<SanityDokument[]>('*')
.then(dokumenter => {
fjernRessursSomLaster(ressursId);
settTeksterRessurs({
Expand Down

0 comments on commit 8b73303

Please sign in to comment.