8315-devToTest #1094

Merged
alexm merged 253 commits from 8315-devToTest into test 2024-12-18 10:31: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 }) { async function fetchAgencies({ landed, addressId }) {
console.log('addressId', addressId);
if (!landed || !addressId) return (agencyList.value = []); if (!landed || !addressId) return (agencyList.value = []);
const { data } = await axios.get('Agencies/landsThatDay', { const { data } = await axios.get('Agencies/landsThatDay', {