8032-devToTest_2440 #751

Merged
alexm merged 319 commits from 8032-devToTest_2440 into test 2024-09-24 10:05:33 +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) => {