diff --git a/public/pages/Correlations/containers/CreateCorrelationRule.tsx b/public/pages/Correlations/containers/CreateCorrelationRule.tsx index f76a3eb1..40e2dc05 100644 --- a/public/pages/Correlations/containers/CreateCorrelationRule.tsx +++ b/public/pages/Correlations/containers/CreateCorrelationRule.tsx @@ -85,7 +85,7 @@ export interface CreateCorrelationRuleProps extends DataSourceProps { history: RouteComponentProps< any, any, - { rule: CorrelationRule; isReadOnly: boolean } + { rule: CorrelationRuleModel; isReadOnly: boolean } >['history']; notifications: NotificationsStart | null; notificationsService: NotificationsService;