Skip to content

Commit

Permalink
Added caption field
Browse files Browse the repository at this point in the history
  • Loading branch information
ravirajput10 committed Jun 10, 2024
1 parent ca52d4f commit 9d81942
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions apps/web/app/app/[keyid]/files/file-preview/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,17 @@ export default function FilePreview({
name="filename"
/>
</div>
<div className="flex flex-col">
<Label htmlFor="filename" className="mb-2">
Caption
</Label>
<Input
type="textarea"
value={media.caption}
disabled={true}
name="caption"
/>
</div>
<div className="flex flex-col">
<Label htmlFor="filename" className="mb-2">
Group
Expand Down

0 comments on commit 9d81942

Please sign in to comment.