Merge pull request #1155 from shariquerik/dashboard-cache-fix

This commit is contained in:
Shariq Ansari 2025-08-19 10:47:17 +05:30 committed by GitHub
commit 4992cdda74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -234,7 +234,6 @@ const options = computed(() => [
const dashboardItems = createResource({
url: 'crm.api.dashboard.get_dashboard',
cache: ['Analytics', 'ManagerDashboard'],
makeParams() {
return {
from_date: fromDate.value,