refs #6897 fix entry summary #538

Merged
carlossa merged 2 commits from hotfix-fixEntrySummary into master 2024-07-09 10:32:23 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit c7952092ad - Show all commits

View File

@ -96,7 +96,6 @@ export function useArrayData(key = useRoute().meta.moduleName, userOptions) {
store.currentFilter = params;
store.isLoading = true;
console.log('store.url: ', store.url);
const response = await axios.get(store.url, {
carlossa marked this conversation as resolved Outdated
Outdated
Review

LOG

LOG
signal: canceller.signal,
params,