Skip to content
Snippets Groups Projects
Commit 0269f89d authored by Jure's avatar Jure
Browse files

fix: remove validation on abstract field

parent 361776c2
No related branches found
No related tags found
No related merge requests found
......@@ -402,15 +402,6 @@
"name": "submission.abstract",
"placeholder": "Input your abstract...",
"description": "<p>Please provide a short summary of your submission</p>",
"validate": [
{
"value": "maxChars",
"label": "maximum Characters"
}
],
"validateValue": {
"maxChars": "500"
},
"shortDescription": "Abstract"
}
],
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment