diff --git a/src/components/solvers/Graph/ProblemList.tsx b/src/components/solvers/Graph/ProblemList.tsx index a20a0b4..b4e0838 100644 --- a/src/components/solvers/Graph/ProblemList.tsx +++ b/src/components/solvers/Graph/ProblemList.tsx @@ -165,7 +165,7 @@ export const ProblemList = (props: { padding="0px" margin="0px" fontSize="2xs" - defaultValue={problemDto.solverId} + value={problemDto.solverId ?? ""} onChange={(e) => { patchProblem(problemDto.typeId, problemDto.id, { solverId: e.target.value,