|
- {value: '', label: t('Any action'), clearableVaue: false},
|
|
+ {value: '', label: t('Any action'), clearableValue: false},
|
|
...eventTypes.map(type => ({label: type, value: type, clearableValue: false})),
|
|
...eventTypes.map(type => ({label: type, value: type, clearableValue: false})),
|