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

View File

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