diff --git a/x-pack/plugins/spaces/public/copy_saved_objects_to_space/components/copy_status_indicator.tsx b/x-pack/plugins/spaces/public/copy_saved_objects_to_space/components/copy_status_indicator.tsx index 55457e07e7ad5..158d7a9a43ef6 100644 --- a/x-pack/plugins/spaces/public/copy_saved_objects_to_space/components/copy_status_indicator.tsx +++ b/x-pack/plugins/spaces/public/copy_saved_objects_to_space/components/copy_status_indicator.tsx @@ -45,7 +45,7 @@ export const CopyStatusIndicator = (props: Props) => { defaultMessage="Saved object copied successfully." /> ); - return ; + return ; } if (successful && pendingObjectRetry) { @@ -74,7 +74,7 @@ export const CopyStatusIndicator = (props: Props) => { if (hasUnresolvableErrors) { return ( { if (successful) { return ( { if (hasUnresolvableErrors) { return ( { values={Object {}} />, "data-test-subj": "cts-object-result-error-my-viz", - "type": "cross", + "type": "alert", } `);