Skip to content

Commit

Permalink
🐛 Reset wizard form after analysis run
Browse files Browse the repository at this point in the history
Signed-off-by: ibolton336 <[email protected]>
  • Loading branch information
ibolton336 committed Aug 8, 2023
1 parent e47565e commit c777e34
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ export const AnalysisWizard: React.FC<IAnalysisWizard> = ({

submitTaskgroup(taskgroup);
}
reset();
onClose();
};

Expand Down

0 comments on commit c777e34

Please sign in to comment.