Merge pull request #183 from ONLYOFFICE/bugfix/remove-google-sharing

Bugfix/remove-google-sharing
This commit is contained in:
Ilya Oleshko 2021-01-29 17:19:00 +03:00 committed by GitHub
commit 93b953a6df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,25 +127,20 @@ class SharingRow extends React.Component {
},
{
key: "linkItem_3",
label: `${t("ShareVia")} Google Plus`,
onClick: () => toastr.warning("Share via Google Plus"),
},
{
key: "linkItem_4",
label: `${t("ShareVia")} Facebook`,
onClick: this.onShareFacebook,
},
{
key: "linkItem_5",
key: "linkItem_4",
label: `${t("ShareVia")} Twitter`,
onClick: this.onShareTwitter,
},
{
key: "linkItem_6",
key: "linkItem_5",
isSeparator: true,
},
{
key: "linkItem_7",
key: "linkItem_6",
label: t("Embedding"),
onClick: () => onShowEmbeddingPanel(shareLink),
},