diff --git a/x-pack/plugins/index_management/public/application/sections/home/data_stream_list/edit_data_retention_modal/mixed_indices_callout.tsx b/x-pack/plugins/index_management/public/application/sections/home/data_stream_list/edit_data_retention_modal/mixed_indices_callout.tsx index 09dc7f0b08d07..a316edcee49d8 100644 --- a/x-pack/plugins/index_management/public/application/sections/home/data_stream_list/edit_data_retention_modal/mixed_indices_callout.tsx +++ b/x-pack/plugins/index_management/public/application/sections/home/data_stream_list/edit_data_retention_modal/mixed_indices_callout.tsx @@ -16,7 +16,7 @@ import { useAppContext } from '../../../../app_context'; interface MixedIndicesCalloutProps { history: ScopedHistory; - ilmPolicyLink: string; + ilmPolicyLink?: string; ilmPolicyName?: string; dataStreamName: string; } @@ -42,14 +42,14 @@ export const MixedIndicesCallout = ({