1
0
forked from test/crm

Merge pull request #1156 from frappe/mergify/bp/main-hotfix/pr-1155

fix: remove unnecessary cache from dashboardItems resource (backport #1155)
This commit is contained in:
Shariq Ansari 2025-08-19 10:48:03 +05:30 committed by GitHub
commit c0d43a9b58
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,