mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 08:09:33 +08:00
fixed wrong method name while calling (#8182)
This commit is contained in:
parent
7d2f5240d9
commit
3bcfa158a7
|
@ -857,7 +857,7 @@ class PluginApi {
|
|||
*
|
||||
*/
|
||||
serializeToDraft(fieldName, property) {
|
||||
Composer.serialzeToDraft(fieldName, property);
|
||||
Composer.serializeToDraft(fieldName, property);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user