Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
chore: removed unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskipper committed Feb 26, 2022
1 parent ee9b747 commit dcbe373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/src/components/medialib/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const MediaLibComponent = ({isOpen, onChange, onToggle}) => {
<MediaLibraryDialog
allowedTypes={['images']}
onClose={onToggle}
onInputMediaChange={[handleInputChange, onToggle]}
onInputMediaChange={handleInputChange}
onSelectAssets={handleSelectAssets}
/>
);
Expand Down

0 comments on commit dcbe373

Please sign in to comment.