Skip to content

Commit

Permalink
fix #134
Browse files Browse the repository at this point in the history
  • Loading branch information
nshenderov committed Feb 28, 2024
1 parent 3be4045 commit 2c87177
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin/src/components/Input/MediaLib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ const MediaLib = ({ isOpen, onChange, onToggle, editor, uploadConfig: { responsi
url: prefixFileUrlWithBackendUrl(f.url),
mime: f.mime,
formats: f.formats,
width: f.width,
height: f.height
}));

handleChangeAssets(formattedFiles);
Expand Down

0 comments on commit 2c87177

Please sign in to comment.