This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Neca
/
HRCenter
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
1
Releases
0
Wiki
Activity
Browse Source
Duration field in Status dialog edited
edit_DurationField_StatusDialog
arman.becirovic
2 years ago
parent
8bc56fa6c1
commit
c3f12a3836
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/components/MUI/StatusDialog.js
+ 1
- 1
src/components/MUI/StatusDialog.js
View File
@@ -70,7 +70,7 @@ const StatusDialog = ({
setSelected("");
setValue(null);
setSelectedScreeningTest("");
setDuration(
0
);
setDuration(
48
);
}, [onClose]);
useEffect(() => {
Write
Preview
Loading…
Cancel
Save