Skip to content

Commit af343c8

Browse files
karenrasmussensanticomp2014
authored andcommitted
Increase maximum length for thumbnail description input in image annotations
1 parent 376dda8 commit af343c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sidebar/components/Annotation/ThumbnailDescriptionInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function ThumbnailDescriptionInput({
3030
value={description}
3131
onInput={e => onEdit((e.target as HTMLInputElement).value)}
3232
// Maximum length for `target.description` field supported by the API.
33-
maxlength={250}
33+
maxlength={5000}
3434
classes="flex-1"
3535
/>
3636
<IconButton

0 commit comments

Comments
 (0)