Skip to content

Commit

Permalink
Reset internal component status of seed
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriIlnitski committed Jan 31, 2024
1 parent caf6944 commit b4fe0fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/TopToolbar/Filter/LungsTool.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const LungsTool = () => {
useEffect(() => {
if (isSeed) {
dispatch({ type: StoreActionType.SET_LUNGS_SEED_STATUS, lungsSeedStatus: true });
setSeed(false);
}
}, [isSeed]);
return (
Expand Down

0 comments on commit b4fe0fe

Please sign in to comment.