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

-amfix(status): fix default draft status

parent 46b507a4
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,9 @@ export const mapStatusToLabel = status => { ...@@ -79,7 +79,9 @@ export const mapStatusToLabel = status => {
switch (status) { switch (status) {
case 'he-invited': case 'he-invited':
return 'Handling Editor Invited' return 'Handling Editor Invited'
default: case 'submitted':
return 'Submitted' return 'Submitted'
default:
return 'Draft'
} }
} }
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