Skip to content

Commit

Permalink
Lagrer relaterte fagsaker i state i komponent (#5459)
Browse files Browse the repository at this point in the history
* Lagrer relaterte fagsaker i state i komponent

* Reverserer endringer i relatert fagsak
  • Loading branch information
hallvardastark authored Dec 18, 2023
1 parent bd5393f commit 38ea08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sak-app/src/fagsak/FagsakIndex.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const FagsakIndex = () => {
K9sakApiKeys.FAGSAK_RELATERTE_SAKER,
{},
{
updateTriggers: [!behandling],
updateTriggers: [behandlingId],
suspendRequest: !behandling,
},
);
Expand Down

0 comments on commit 38ea08d

Please sign in to comment.