Skip to content

Commit 9036c5b

Browse files
authored
Merge pull request #792 from wickathou/hotfix/adjusting-challenge-validation
Fixed typo on challenge page validation
2 parents e87023c + f26a4a0 commit 9036c5b

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)