Skip to content

Commit f26a4a0

Browse files
committed
Fixed typo on challenge page validation
1 parent 4901199 commit f26a4a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • frontend/src/pages/_dashboard/renderDashboard/organiser/edit/challenges

frontend/src/pages/_dashboard/renderDashboard/organiser/edit/challenges/ChallengesForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ export default ({ value, onChange }) => {
206206
const styling = {
207207
challengeNameMaxLength: 200,
208208
challengeSlugMaxLength: 200,
209-
textAreaMaxLength: styling.textAreaMaxLength,
209+
textAreaMaxLength: 3000,
210210
}
211211

212212
const renderForm = () => (

0 commit comments

Comments
 (0)