Skip to content

Commit

Permalink
fix(caps): refetch caps on mount or arg change.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcMcIntosh committed Jan 24, 2025
1 parent 80a26fd commit 3fa5fee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/refact/caps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const capsApi = createApi({
},
}),
}),
refetchOnMountOrArgChange: true,
});

export const capsEndpoints = capsApi.endpoints;
Expand Down

0 comments on commit 3fa5fee

Please sign in to comment.