From a95716c8bb3f153e31249511a961b0dc78b20732 Mon Sep 17 00:00:00 2001 From: Nursoltan Saipolda Date: Fri, 24 Sep 2021 17:10:16 +0800 Subject: [PATCH] Fix issue 4496 --- src/projects/detail/containers/DashboardContainer.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/projects/detail/containers/DashboardContainer.jsx b/src/projects/detail/containers/DashboardContainer.jsx index e8b42b1f6..4c6d2a8bd 100644 --- a/src/projects/detail/containers/DashboardContainer.jsx +++ b/src/projects/detail/containers/DashboardContainer.jsx @@ -275,6 +275,8 @@ class DashboardContainer extends React.Component { ...action.payload, edit: this.state.createGameplanPhases[idx].edit, selected: this.state.createGameplanPhases[idx].selected, + products: this.state.createGameplanPhases[idx].products, + challenges: this.state.createGameplanPhases[idx].challenges, members }) this.setState({ createGameplanPhases: updatedCreateGameplanPhases })