Skip to content

Commit

Permalink
Merge pull request #104 from mr-karan/master
Browse files Browse the repository at this point in the history
fix: Remove root URI on frontend
  • Loading branch information
knadh committed May 16, 2020
2 parents e58b2fa + 23faa9f commit 1e61760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Campaign.js
Original file line number Diff line number Diff line change
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 1e61760

Please sign in to comment.