fix eslint issue

This commit is contained in:
spalger 2020-08-27 23:02:57 -07:00
parent f078672c54
commit 86870d22b8

View file

@ -175,8 +175,9 @@ export class ApmPlugin implements Plugin<ApmPluginSetup, ApmPluginStart> {
defaultMessage: 'Transaction duration anomaly',
}),
iconClass: 'bell',
alertParamsExpression: lazy(() =>
import('./components/shared/TransactionDurationAnomalyAlertTrigger')
alertParamsExpression: lazy(
() =>
import('./components/shared/TransactionDurationAnomalyAlertTrigger')
),
validate: () => ({
errors: [],