Skip to content

Commit

Permalink
fix: fix the button title for multiple videos uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
EiffelFly committed Feb 15, 2024
1 parent 55d315c commit daab6aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const VideosField = ({
<UploadFileInput
keyPrefix={keyPrefix}
fieldKey={path}
title="Upload images"
title="Upload videos"
accept="video/*"
multiple={true}
onChange={async (e) => {
Expand Down

0 comments on commit daab6aa

Please sign in to comment.