Skip to content

Commit

Permalink
chore: improve timezone picker event messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadshaheer committed Dec 18, 2024
1 parent 8e24f41 commit 33e12ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ function CustomTimePicker({
handleViewChange('timezone');
setIsOpenedFromFooter(false);
logEvent(
'DateTimePicker: Timezone picker opened from Current timezone badge in date/time picker input',
'DateTimePicker: Timezone picker opened from time range input badge',
{
page: location.pathname,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function CustomTimePickerPopoverContent({
setActiveView('timezone');
setIsOpenedFromFooter(true);
logEvent(
'DateTimePicker: Timezone picker opened from "Current Timezone" hint inside date time picker popover',
'DateTimePicker: Timezone picker opened from time range picker footer',
{
page: pathname,
},
Expand Down

0 comments on commit 33e12ad

Please sign in to comment.