Skip to content

Commit

Permalink
chore: wildcard hint for mime type
Browse files Browse the repository at this point in the history
  • Loading branch information
navaneeth-dev committed Nov 18, 2023
1 parent ee18b5a commit 004293a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ const CreateBucketModal = ({ visible, onClose }: CreateBucketModalProps) => {
name="allowed_mime_types"
layout="vertical"
label="Allowed MIME types"
placeholder="e.g image/jpeg, image/png, audio/mpeg, video/mp4, etc"
placeholder="e.g image/jpeg, image/*, audio/mpeg, video/mp4, video/*, etc"
descriptionText="Comma separated values"
/>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ const EditBucketModal = ({ visible, bucket, onClose }: EditBucketModalProps) =>
name="allowed_mime_types"
layout="vertical"
label="Allowed MIME types"
placeholder="e.g image/jpeg, image/png, audio/mpeg, video/mp4, etc"
placeholder="e.g image/jpeg, image/*, audio/mpeg, video/mp4, video/*, etc"
labelOptional="Comma separated values"
descriptionText="Leave the field blank to allow any MIME type to be uploaded"
/>
Expand Down

0 comments on commit 004293a

Please sign in to comment.