@dereekb/dbx-form 9.24.36 → 9.24.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -614,7 +614,6 @@ function computeScheduleSelectionValue(state) {
614
614
  function computeScheduleSelectionRangeAndExclusion(state) {
615
615
  const { start: currentStart, isEnabledDay, isEnabledFilterDay } = state;
616
616
  const dateFactory = dateBlockTimingStartDateFactory({ start: currentStart }, { assertTimingMatchesTimezone: false, useSystemTimezone: true });
617
- // const dateFactory = dateBlockTimingStartDateFactory(changeTimingToSystemTimezone({ start: currentStart }), { useSystemTimezone: true });
618
617
  const dateBlockRange = computeCalendarScheduleSelectionDateBlockRange(state);
619
618
  if (dateBlockRange == null) {
620
619
  return null; // returns null if no items are selected.