Skip to content

Commit

Permalink
Fikser feil i endepunkt for å hente bestilling
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbyfl committed Nov 8, 2024
1 parent d9eaac5 commit 7745a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/saksbilde/hjelpemidler/Hjelpemiddel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function Hjelpemiddel({ hjelpemiddel, forenkletVisning, sak }: Hjelpemidd
.catch(() => console.error('error endre hjelpemiddel'))
.then(() => {
mutate(`api/sak/${sakId}`)
mutate(`api/sak/${sakId}/bestilling`)
mutate(`api/bestilling/${sakId}`)
mutate(`api/sak/${sakId}/historikk`)
})
setVisEndreProdukt(false)
Expand Down

0 comments on commit 7745a34

Please sign in to comment.