change(ui): user vs session dropdown borderless
This commit is contained in:
parent
74b8f1d731
commit
8c82e98d48
1 changed files with 1 additions and 1 deletions
|
|
@ -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' }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue