fixed wrong method name while calling (#8182)

This commit is contained in:
Faizaan Gagan 2019-10-11 13:21:18 +05:30 committed by Régis Hanol
parent 7d2f5240d9
commit 3bcfa158a7
1 changed files with 1 additions and 1 deletions

View File

@ -857,7 +857,7 @@ class PluginApi {
* *
*/ */
serializeToDraft(fieldName, property) { serializeToDraft(fieldName, property) {
Composer.serialzeToDraft(fieldName, property); Composer.serializeToDraft(fieldName, property);
} }
/** /**