Skip to content

Commit

Permalink
edit correlation rule trigger fix
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <[email protected]>
  • Loading branch information
riysaxen-amzn committed Oct 9, 2024
1 parent 625c54a commit 907af25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 907af25

Please sign in to comment.