use correct id for runtime images in useItemImageUrl

This commit is contained in:
jeffvli
2025-12-26 14:04:48 -08:00
parent fb8245539f
commit dff182cbc5
19 changed files with 25 additions and 23 deletions
+1
View File
@@ -13,6 +13,7 @@ import { toast } from '/@/shared/components/toast/toast';
const queryCache = new QueryCache({
onError: (error: any, query) => {
if (query.state.data !== undefined) {
console.error(error);
toast.show({ message: `${error.message}`, type: 'error' });
}
},