Skip to content

Commit e1aefe4

Browse files
committed
LF-5214 Invalidate 'FarmNotesRead' tag when patching
1 parent 63c070d commit e1aefe4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/webapp/src/store/api/farmNotesReadApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export const farmNotesReadApi = api.injectEndpoints({
3131
url: farmNotesReadUrl,
3232
method: 'PATCH',
3333
}),
34+
invalidatesTags: ['FarmNotesRead'],
3435
}),
3536
}),
3637
});

0 commit comments

Comments
 (0)