From 90dcbd42fd77ab2f90209a87b8fb35b2398c2a52 Mon Sep 17 00:00:00 2001 From: Sandra Larsson Date: Mon, 2 Dec 2024 18:05:50 +0100 Subject: [PATCH] fix: line being added to all prods (#226) --- src/components/manage-productions/manage-lines.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/manage-productions/manage-lines.tsx b/src/components/manage-productions/manage-lines.tsx index 14c1c453..6a59f126 100644 --- a/src/components/manage-productions/manage-lines.tsx +++ b/src/components/manage-productions/manage-lines.tsx @@ -155,6 +155,7 @@ export const ManageLines = ({ setRemoveId(null); setVerifyRemove(null); setRemoveActive(false); + setUpdateLines(null); setProductionIdToFetch(parseInt(production.productionId, 10)); } }, [