Modifying permalink plugin

This commit is contained in:
Belen Curcio
2017-06-29 10:20:33 -03:00
parent 87f8ed401f
commit 0312530b86
@@ -83,7 +83,7 @@ export default class PermalinkButton extends React.Component {
className={cn(styles.input, `${name}-copy-field`)}
type='text'
ref={(input) => this.permalinkInput = input}
defaultValue={`${asset.url}#${this.props.commentId}`}
defaultValue={`${asset.url}?commentId=${this.props.commentId}`}
/>
<Button