diff --git a/public/app/features/dashboard/dashgrid/DashboardEmpty.tsx b/public/app/features/dashboard/dashgrid/DashboardEmpty.tsx index f30bcf95a55..9de79fbc1de 100644 --- a/public/app/features/dashboard/dashgrid/DashboardEmpty.tsx +++ b/public/app/features/dashboard/dashgrid/DashboardEmpty.tsx @@ -113,7 +113,7 @@ const DashboardEmpty = ({ dashboard, canCreate }: Props) => { onClick={() => { DashboardInteractions.emptyDashboardButtonClicked({ item: 'import_from_library' }); if (dashboard instanceof DashboardScene) { - // TODO: dashboard scene logic for adding a library panel + dashboard.onCreateLibPanelWidget(); } else { onAddLibraryPanel(dashboard); }