Skip to content

Commit

Permalink
Merge branch 'master' of github.com:knadh/listmonk
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed May 16, 2020
2 parents abddcb9 + 1e61760 commit cb331b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Campaign.js
Expand Up @@ -91,7 +91,7 @@ class Editor extends React.PureComponent {
new Delta()
.retain(range.index)
.delete(range.length)
.insert({ image: this.props.config.rootURL + uri }),
.insert({ image: uri }),
null
)
}
Expand Down

0 comments on commit cb331b9

Please sign in to comment.