Skip to content

Commit

Permalink
State change updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshibobade21 committed Oct 7, 2024
1 parent a077b62 commit 5a1c8d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/renderer/components/stages/Vsam.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,12 @@ const Vsam = () => {
}
};
setYamlConfig(updatedYaml);
if(event.target.value.toUpperCase() !== 'VSAM') {
Object.keys(vsamInitProgress).forEach(key => {
vsamInitProgress[key as keyof InitSubStepsState] = false;
});
setVsamInitializationProgress(vsamInitProgress);
}
setStageOnStorageModeChange(false);
}

Expand Down

0 comments on commit 5a1c8d4

Please sign in to comment.