Skip to content

Commit

Permalink
Fix - Update default start time
Browse files Browse the repository at this point in the history
  • Loading branch information
tawoyinfa committed Jul 3, 2023
1 parent 8aa4ed2 commit d69af5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Requests/Request.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ function Request(props) {
getEligibility();
props.addNotification([]);
getMgmtPs();
setTime(moment().format());
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);

Expand Down Expand Up @@ -399,6 +400,7 @@ function Request(props) {
setTimeError();
if (event) {
setTime(event._d);
console.log(event._d)
}
}}
/>
Expand Down

0 comments on commit d69af5c

Please sign in to comment.