Skip to content

Commit fb2d638

Browse files
committed
Limit challenge name to only letters and numbers to avoid Informix issues
1 parent 47f89e8 commit fb2d638

File tree

1 file changed

+1
-1
lines changed
  • src/components/ChallengeEditor/ChallengeName-Field

1 file changed

+1
-1
lines changed

src/components/ChallengeEditor/ChallengeName-Field/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ ChallengeNameField.propTypes = {
5454
onUpdateInput: PropTypes.func.isRequired
5555
}
5656

57-
export default ChallengeNameField
57+
export default ChallengeNameField

0 commit comments

Comments
 (0)