CEC-660 Fix release notes field (#113)
This commit is contained in:
@@ -21,7 +21,7 @@ export const validateManifest = (data, accessToken) => {
|
||||
errors.push("description");
|
||||
}
|
||||
|
||||
if (!data.releasenotes || data.releasenotes.length === 0) {
|
||||
if (!data.release_notes || data.release_notes.length === 0) {
|
||||
errors.push("release notes");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user