diff --git a/products/ASC.Files/Client/src/components/panels/SharingPanel/StyledSharingPanel.js b/products/ASC.Files/Client/src/components/panels/SharingPanel/StyledSharingPanel.js index 59815bc4ea..5783fe1455 100644 --- a/products/ASC.Files/Client/src/components/panels/SharingPanel/StyledSharingPanel.js +++ b/products/ASC.Files/Client/src/components/panels/SharingPanel/StyledSharingPanel.js @@ -57,6 +57,15 @@ const StyledBodyContent = styled.div` display: flex; flex-direction: column; align-items: start; + + .panel-loader-wrapper { + display: flex; + align-items: center; + + span { + margin-left: 8px; + } + } `; const StyledExternalLink = styled.div` diff --git a/products/ASC.Files/Client/src/components/panels/SharingPanel/index.js b/products/ASC.Files/Client/src/components/panels/SharingPanel/index.js index 085b028366..e5e16cdf6f 100644 --- a/products/ASC.Files/Client/src/components/panels/SharingPanel/index.js +++ b/products/ASC.Files/Client/src/components/panels/SharingPanel/index.js @@ -469,8 +469,7 @@ class SharingPanelComponent extends React.Component { //console.log("Sharing panel render"); const { t, - theme, - tReady, + isPersonal, isMyId, selection, @@ -599,9 +598,10 @@ class SharingPanelComponent extends React.Component { ) : (
- {`${t("Common:LoadingProcessing")} ${t( - "Common:LoadingDescription" - )}`} + + {`${t("Common:LoadingProcessing")} + ${t("Common:LoadingDescription")}`} +
)}