mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
address: better default zoom when choosing an address
This commit is contained in:
@@ -40,10 +40,8 @@ const store = createStore({
|
||||
if('newPostalCode' in payload){
|
||||
postPostalCode(payload.newPostalCode)
|
||||
.then(postalCode => {
|
||||
console.log(postalCode);
|
||||
let body = payload;
|
||||
body.postcode = {'id': postalCode.id },
|
||||
console.log(body);
|
||||
postAddress(body)
|
||||
.then(address => new Promise((resolve, reject) => {
|
||||
commit('addAddress', address);
|
||||
|
Reference in New Issue
Block a user