Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
fix: Add data property to media-upload image object
Browse files Browse the repository at this point in the history
  • Loading branch information
SofiaSousa committed Nov 5, 2018
1 parent f62023c commit cec9408
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class MediaContainer extends Component {
subtype: img.mime_type.split('/')[1],
type: img.mime_type.split('/')[0],
url: img.source_url,
data: img.data,
};

if (gallery || multiple) {
Expand Down

0 comments on commit cec9408

Please sign in to comment.