grafana/public/app/features/manage-dashboards
Joe Blubaugh f07da85d8b
Dashboards: Provide better error messages in SaveDashboardAsForm (#57866)
The existing code uses `instanceof Error` to check for a `message` field on the thrown object. The objects that are thrown are never instances of the error interface. This change introduces a new type that extends Error so that the check works properly and displays a meaningful error message in the UI.
2022-11-08 22:11:02 +08:00
..
components PublicDashboards: Add delete public dashboard button in public dashboard modal (#58095) 2022-11-04 14:08:50 -04:00
services Dashboards: Provide better error messages in SaveDashboardAsForm (#57866) 2022-11-08 22:11:02 +08:00
state Dashboard: Alerts user to incorrect tag format for JSON import (#54657) 2022-10-19 08:59:24 -04:00
utils Dashboard: Alerts user to incorrect tag format for JSON import (#54657) 2022-10-19 08:59:24 -04:00
DashboardImportPage.tsx TopNav: Fix pages import dashboard and create new folder (#56182) 2022-10-03 17:30:53 +02:00
PublicDashboardListPage.tsx PublicDashboards: Delete public dashboard in public dashboard table (#57766) 2022-10-31 17:16:07 -04:00
SnapshotListPage.tsx PageLayouts: Updates dashboard section routes with navId (#52175) 2022-07-20 17:26:52 +02:00
types.ts PublicDashboards: Delete public dashboard in public dashboard table (#57766) 2022-10-31 17:16:07 -04:00