change(ui): user vs session dropdown borderless

This commit is contained in:
Shekar Siri 2024-09-10 14:48:05 +05:30
parent 74b8f1d731
commit 8c82e98d48

View file

@ -42,8 +42,8 @@ function WidgetOptions(props: Props) {
{metric.metricType === TABLE && metric.metricOf != FilterKey.USERID && metric.metricOf != FilterKey.ERRORS && (
<Select
defaultValue={metric.metricFormat}
style={{ width: 120 }}
onChange={handleChange}
variant="borderless"
options={[
{ value: 'sessionCount', label: 'Sessions' },
{ value: 'userCount', label: 'Users' }