mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-12-16 23:33:15 +00:00
fix and rename variables + remove comments
This commit is contained in:
@@ -226,7 +226,7 @@ export default {
|
||||
},
|
||||
mounted() {
|
||||
if (!this.step1WithModal) {
|
||||
console.log('Mounted now !');
|
||||
//console.log('Mounted now !');
|
||||
this.openShowPane();
|
||||
}
|
||||
},
|
||||
@@ -499,7 +499,7 @@ export default {
|
||||
submitAddress()
|
||||
{
|
||||
let payload = {
|
||||
entityId: this.context.entityId,
|
||||
entityId: this.context.entity.id,
|
||||
addressId: this.entity.address.address_id,
|
||||
body: {
|
||||
validFrom: {
|
||||
|
||||
Reference in New Issue
Block a user