mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Upgrade peerlibrary:blaze-components to v0.14
This change includes method renames and others UI related packages updates.
This commit is contained in:
parent
9154b06fc3
commit
c6b12dc5ad
8 changed files with 27 additions and 26 deletions
|
@ -34,7 +34,7 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
|
||||
openNewListForm() {
|
||||
this.componentChildren('addListForm')[0].open();
|
||||
this.childrenComponents('addListForm')[0].open();
|
||||
},
|
||||
|
||||
// XXX Flow components allow us to avoid creating these two setter methods by
|
||||
|
@ -179,7 +179,7 @@ BlazeComponent.extendComponent({
|
|||
|
||||
// Proxy
|
||||
open() {
|
||||
this.componentChildren('inlinedForm')[0].open();
|
||||
this.childrenComponents('inlinedForm')[0].open();
|
||||
},
|
||||
|
||||
events() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue