pranav1699 commented on code in PR #28637:
URL: https://github.com/apache/superset/pull/28637#discussion_r1612121763


##########
superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:
##########
@@ -58,6 +65,20 @@ export const CALENDAR_RANGE_VALUES_SET = new Set(
   CALENDAR_RANGE_OPTIONS.map(({ value }) => value),
 );
 
+export const CURRENT_RANGE_OPTIONS: SelectOptionType[] = [
+  { value: CurrentDay, label: t('Current day') },
+  { value: CurrentWeek, label: t('Current week') },
+  {
+    value: CurrentMonth,
+    label: t('Current month'),

Review Comment:
   Fixed the formatting for both CURRENT_RANGE_OPTIONS and 
CALENDAR_RANGE_OPTIONS. Can you check it out?
   Thanks!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to