8355-testToMaster #1177

Merged
alexm merged 326 commits from 8355-testToMaster into master 2025-01-07 06:46:55 +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', {