-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
front: rename and refacto StdcmInputVia #10218
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #10218 +/- ##
==========================================
- Coverage 81.63% 81.62% -0.02%
==========================================
Files 1063 1063
Lines 105426 105431 +5
Branches 722 722
==========================================
- Hits 86063 86055 -8
- Misses 19322 19335 +13
Partials 41 41
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
d400c63
to
5112724
Compare
front/src/applications/stdcm/components/StdcmForm/StopDurationInput.tsx
Outdated
Show resolved
Hide resolved
front/src/applications/stdcm/components/StdcmForm/StopDurationInput.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Signed-off-by: Clara Ni <[email protected]>
- use useDebounce hook instead of custom debounce function - add a useEffect to update the store when the input is changed - move the callback function inside the component stopDurationInput Signed-off-by: Clara Ni <[email protected]>
0d5b248
to
a164cda
Compare
No description provided.