We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ac064 commit 3e1629aCopy full SHA for 3e1629a
packages/features/insights/filters/DateTargetSelector.tsx
@@ -65,7 +65,7 @@ export const DateTargetSelector = ({ value, onChange }: DateTargetSelectorProps)
65
<div className="font-medium">{option.label}</div>
66
<div className="text-muted-foreground text-sm">{option.description}</div>
67
</div>
68
- {selectedOption.label === option.label && (
+ {selectedOption.value === option.value && (
69
<Icon name="check" className="text-primary-foreground h-4 w-4" />
70
)}
71
</CommandItem>
0 commit comments