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:31 -06:00 committed by GitHub
parent 1fa4ea73e7
commit ff8fef6d1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -324,6 +324,6 @@ const useViewSQLButton = ({
page: 'sql' page: 'sql'
}) })
}), }),
[metricId] [metricId, dashboardId, chatId]
); );
}; };