Skip to content

Commit

Permalink
Hotfix display custom range incorrect in search
Browse files Browse the repository at this point in the history
  • Loading branch information
dab246 authored and hoangdat committed Sep 11, 2024
1 parent 3edc0ce commit 75719ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1700,7 +1700,7 @@ class MailboxDashBoardController extends ReloadableController with UserSettingPo
searchController.updateFilterEmail(
emailReceiveTimeType: receiveTime,
startDateOption: optionOf(startDate?.toUTCDate()),
endDateOption: optionOf(startDate?.toUTCDate()),
endDateOption: optionOf(endDate?.toUTCDate()),
beforeOption: const None()
);
dispatchAction(StartSearchEmailAction());
Expand Down

0 comments on commit 75719ed

Please sign in to comment.