Skip to content

Commit

Permalink
[ON-2881] add more invalidated tags
Browse files Browse the repository at this point in the history
  • Loading branch information
thehighestprimenumber committed Dec 19, 2024
1 parent 2f2784d commit 3ab460b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/services/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export const api = createApi({
}),
transformResponse: (response: { data: InventoryAttributes }) =>
response.data,
invalidatesTags: ["InventoryProgress", "InventoryValue", "Inventories"],
invalidatesTags: ["InventoryProgress", "InventoryValue", "Inventories", "Inventory", "ActivityValue", "InventoryValue", "ReportResults", "YearlyReportResults"],
}),
deleteInventoryValue: builder.mutation<
InventoryValueAttributes,
Expand Down

0 comments on commit 3ab460b

Please sign in to comment.