Update apps/web/src/controllers/DashboardController/DashboardViewDashboardController/DashboardContentController/DashboardMetricItem/MetricItemCardThreeDotMenu.tsx

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Nate Kelley 2025-07-23 23:08:17 -06:00 committed by GitHub
parent 4ba8b69ca4
commit 5e354e8558
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ const useEditChartButton = ({
secondaryView: 'chart-edit' secondaryView: 'chart-edit'
}) })
}), }),
[metricId] [metricId, dashboardId, chatId]
); );
}; };