Skip to content

Commit 287eaf4

Browse files
author
Dan Lasky
committed
resolve an issue with mm-sync where endpoint was not passed to the behavior init
1 parent 758e55c commit 287eaf4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/shared/js/sync.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,10 @@
216216
data:{
217217
notify:true
218218
},
219+
endpoint:{
220+
type:String,
221+
notify:true
222+
},
219223
saveResponse:{
220224
type:Boolean,
221225
value:true

0 commit comments

Comments
 (0)