mirror of
https://github.com/mue/mue.git
synced 2026-07-23 08:47:19 +02:00
feat: rolling out share modal for photoinfo
This commit is contained in:
@@ -103,7 +103,7 @@ export default class Item extends PureComponent {
|
||||
onRequestClose={() => this.setState({ shareModal: false })}
|
||||
>
|
||||
<ShareModal
|
||||
data={this.props.data}
|
||||
data={variables.constants.MARKETPLACE_URL + '/share/' + btoa(this.props.data.api_name)}
|
||||
modalClose={() => this.setState({ shareModal: false })}
|
||||
/>
|
||||
</Modal>
|
||||
|
||||
Reference in New Issue
Block a user