mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
fixed wrong method name while calling (#8182)
This commit is contained in:
committed by
Régis Hanol
parent
7d2f5240d9
commit
3bcfa158a7
@@ -857,7 +857,7 @@ class PluginApi {
|
||||
*
|
||||
*/
|
||||
serializeToDraft(fieldName, property) {
|
||||
Composer.serialzeToDraft(fieldName, property);
|
||||
Composer.serializeToDraft(fieldName, property);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user