Skip to content

Fix Vue datatype errors for markdownVersion parsing

What does this MR do?

NotesApp requires markdownVersion prop as number, but same prop is not parsed into number correctly, leading to datatype errors from Vue while using NoteApp on Epics (EE feature). This was missed out from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19672 is currently affecting EE master.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#43011 (closed)

Edited by Kushal Pandya

Merge request reports