Skip to content

Commit 4f30504

Browse files
Merge pull request #4766 from OneCommunityGlobal/venkataramanan_fix_time_entry_error_message
Venkataramanan fix time entry error message
2 parents 56b1720 + 4836213 commit 4f30504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Timelog/TimeEntryForm/TimeEntryForm.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ function TimeEntryForm(props) {
289289

290290
const validateForm = isTimeModified => {
291291
const errorObj = {};
292-
const remindObj = { ...initialReminder };
292+
const remindObj = { ...reminder, remind: '' };
293293
const date = moment(formValues.dateOfWork);
294294
const isDateValid = date.isValid();
295295

0 commit comments

Comments
 (0)