Skip to content

Commit

Permalink
fix(ui): refetch freight after warehouse refresh -- release-0.3 editi…
Browse files Browse the repository at this point in the history
…on (#1423)

Signed-off-by: Remington Breeze <[email protected]>
Co-authored-by: Remington Breeze <[email protected]>
  • Loading branch information
krancour and rbreeze committed Jan 25, 2024
1 parent d00e5f2 commit ce84805
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export const ProjectDetails = () => {
onSuccess: () => {
message.success('Warehouse successfully refreshed');
setPromotingStage(undefined);
refetchFreightData();
}
});

Expand Down

0 comments on commit ce84805

Please sign in to comment.