remove autocomplete address #935

Merged
carlossa merged 11 commits from 8114-removeAutoAddress into dev 2024-12-04 09:43:25 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 1291dc1723 - Show all commits

View File

@ -152,7 +152,6 @@ async function fetchClientAddress(id, formData = {}) {
}
async function fetchAgencies({ landed, addressId }) {
console.log('addressId', addressId);
if (!landed || !addressId) return (agencyList.value = []);
const { data } = await axios.get('Agencies/landsThatDay', {