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 <ibolton@redhat.com>
  • Loading branch information
ibolton336 committed Aug 8, 2023
1 parent e47565e commit 86cf127
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();

Check warning on line 296 in client/src/app/pages/applications/analysis-wizard/analysis-wizard.tsx

View check run for this annotation

Codecov / codecov/patch

client/src/app/pages/applications/analysis-wizard/analysis-wizard.tsx#L296

Added line #L296 was not covered by tests
onClose();
};

Expand Down

0 comments on commit 86cf127

Please sign in to comment.