8062-testToMaster_2 #792

Merged
alexm merged 347 commits from 8062-testToMaster_2 into master 2024-10-03 05:48:03 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f3471fe5ab - Show all commits

View File

@ -120,7 +120,7 @@ watch(
watch(
() => [props.url, props.filter, props.userParams],
([url, filter, userParams]) => fetch({ url, filter, userParams })
([url, filter, userParams]) => mounted.value && fetch({ url, filter, userParams })
);
const addFilter = async (filter, params) => {