Skip to content

Commit ff9c158

Browse files
committed
fix: setData missng data param
1 parent c0b7e14 commit ff9c158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const CoCreateApi = {
106106
return dotNotationToObject(data);
107107
},
108108

109-
setData: function(attribute, action, form) {
109+
setData: function(attribute, action, data, form) {
110110
const selector = `[${attribute}^="${action}."]`
111111
if (!form)
112112
form = document;

0 commit comments

Comments
 (0)