mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
addAddress: remove commented old method
This commit is contained in:
parent
5b7484b1ce
commit
302f60e722
@ -705,20 +705,7 @@ export default {
|
|||||||
this.errorMsg.push(error);
|
this.errorMsg.push(error);
|
||||||
this.flag.loading = false;
|
this.flag.loading = false;
|
||||||
});
|
});
|
||||||
},
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Method just add closing pane to the callback method
|
|
||||||
* (get out step1 show pane, submit button)
|
|
||||||
closePaneAndCallbackSubmit(payload)
|
|
||||||
{
|
|
||||||
//this.initForm();
|
|
||||||
//this.resetPane(); // because parent callback will cast afterLastPaneAction()
|
|
||||||
console.log('will call parent callback method', payload);
|
|
||||||
// callback props method from parent
|
|
||||||
this.addressChangedCallback(payload);
|
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user