|
|
@@ -231,7 +231,6 @@ class ShareLinkForm extends React.Component {
|
|
|
|
|
|
const ShareLinkFormWrapper = withUnstatedContainers(ShareLinkForm, [AppContainer, PageContainer]);
|
|
|
|
|
|
-
|
|
|
ShareLinkForm.propTypes = {
|
|
|
t: PropTypes.func.isRequired, // i18next
|
|
|
appContainer: PropTypes.instanceOf(AppContainer).isRequired,
|
|
|
@@ -241,5 +240,4 @@ ShareLinkForm.propTypes = {
|
|
|
onCloseForm: PropTypes.func.isRequired,
|
|
|
};
|
|
|
|
|
|
-
|
|
|
export default withTranslation()(ShareLinkFormWrapper);
|