Skip to content
Snippets Groups Projects
Commit 51ba76eb authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

fix(submission): add missing AbstractEditor

parent 5c4ad1ae
No related branches found
No related tags found
No related merge requests found
...@@ -138,7 +138,7 @@ export default { ...@@ -138,7 +138,7 @@ export default {
}, },
{ {
fieldId: 'metadata.abstract', fieldId: 'metadata.abstract',
renderComponent: TitleEditor, renderComponent: AbstractEditor,
title: 'Abstract', title: 'Abstract',
placeholder: 'Write an abstract', placeholder: 'Write an abstract',
validate: [requiredBasedOnType], validate: [requiredBasedOnType],
......
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