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
Labels
Milestones
New Pull Request
#192
Duration field in Status dialog edited
Open
arman.becirovic
wants to merge 1 commits from
edit_DurationField_StatusDialog
into
FE_dev
Conversation
0
Commits
1
Files Changed
1
1 changed files
with
1 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
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