Skip to content

Commit bdd3332

Browse files
committed
max length
1 parent 7841b4c commit bdd3332

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/components/cfp-form/materials-section.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ export const MaterialsSection = ({
115115
name={`materials.${index}.url`}
116116
type="url"
117117
placeholder={inputPlaceholder}
118+
maxLength={2048}
118119
errors={
119120
getErrors("validationMaterials")?.[index]?.url ?? []
120121
}

0 commit comments

Comments
 (0)