diff --git a/x-pack/plugins/spaces/public/share_saved_objects_to_space/components/alias_table.tsx b/x-pack/plugins/spaces/public/share_saved_objects_to_space/components/alias_table.tsx index 52cf55e72c996..1cb5016beb1d6 100644 --- a/x-pack/plugins/spaces/public/share_saved_objects_to_space/components/alias_table.tsx +++ b/x-pack/plugins/spaces/public/share_saved_objects_to_space/components/alias_table.tsx @@ -55,24 +55,26 @@ export const AliasTable: FunctionComponent = ({ spaces, aliasesToDisable return ( <> - + + } + color="warning" + > - } - color="warning" - > - - + - + + }> diff --git a/x-pack/plugins/spaces/public/share_saved_objects_to_space/components/share_mode_control.tsx b/x-pack/plugins/spaces/public/share_saved_objects_to_space/components/share_mode_control.tsx index 319b8a0c98a9c..7735a94622a77 100644 --- a/x-pack/plugins/spaces/public/share_saved_objects_to_space/components/share_mode_control.tsx +++ b/x-pack/plugins/spaces/public/share_saved_objects_to_space/components/share_mode_control.tsx @@ -110,7 +110,7 @@ export const ShareModeControl = (props: Props) => { const docLink = docLinks?.links.security.kibanaPrivileges; return ( - <> + { - + ); }; diff --git a/x-pack/plugins/spaces/public/share_saved_objects_to_space/components/share_to_space_form.tsx b/x-pack/plugins/spaces/public/share_saved_objects_to_space/components/share_to_space_form.tsx index e5391e3c87143..658a1ca2d0980 100644 --- a/x-pack/plugins/spaces/public/share_saved_objects_to_space/components/share_to_space_form.tsx +++ b/x-pack/plugins/spaces/public/share_saved_objects_to_space/components/share_to_space_form.tsx @@ -7,8 +7,8 @@ import './share_to_space_form.scss'; -import { EuiCallOut, EuiLink, EuiSpacer } from '@elastic/eui'; -import React, { Fragment } from 'react'; +import { EuiCallOut, EuiFlexItem, EuiLink, EuiSpacer } from '@elastic/eui'; +import React from 'react'; import { FormattedMessage } from '@kbn/i18n-react'; @@ -47,7 +47,7 @@ export const ShareToSpaceForm = (props: Props) => { onUpdate({ ...shareOptions, selectedSpaceIds }); const createCopyCallout = showCreateCopyCallout ? ( - + { - + ) : null; return (