Skip to content

Commit

Permalink
fix: fix the button title for multiple videos uploader at start opera…
Browse files Browse the repository at this point in the history
…tor (#961)

Because

- typo


![IMG_5148](https://github.com/instill-ai/console/assets/57251712/bb4790ce-9588-4cb4-a512-10f878f8c55b)

This commit

- fix the button title for multiple videos uploader at start operator
  • Loading branch information
EiffelFly committed Feb 15, 2024
1 parent 55d315c commit 29a25ab
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 29a25ab

Please sign in to comment.