Skip to content

Commit

Permalink
fix: show existing Test Suite steps (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
rangoo94 authored Jun 1, 2023
1 parent 175f029 commit 3d98be6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const SettingsTests: React.FC = () => {

useEffect(() => {
if (currentSteps !== initialSteps) {
setCurrentSteps([]);
setCurrentSteps(initialSteps);
}
}, [initialSteps]);

Expand Down

0 comments on commit 3d98be6

Please sign in to comment.