Lucas
Results
1
comments of
Lucas
I "solve" this problem using **setTimeout**. Like this: `setTimeout(() => { Store.model('config').add(values).then((res) => { //Something }).catch(err => { console.log('Error ', err) }) }, 80)` Working here.