Skip to content

Commit

Permalink
fix: line being added to all prods (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saelmala authored Dec 2, 2024
1 parent 56fb7fe commit 90dcbd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/manage-productions/manage-lines.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ export const ManageLines = ({
setRemoveId(null);
setVerifyRemove(null);
setRemoveActive(false);
setUpdateLines(null);
setProductionIdToFetch(parseInt(production.productionId, 10));
}
}, [
Expand Down

0 comments on commit 90dcbd4

Please sign in to comment.