mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboards: Remove "delete dashboard" button for new dashboards (#48947)
This commit is contained in:
@@ -212,6 +212,7 @@ export function getNewDashboardModelData(urlFolderId?: string | null): any {
|
||||
meta: {
|
||||
canStar: false,
|
||||
canShare: false,
|
||||
canDelete: false,
|
||||
isNew: true,
|
||||
folderId: 0,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user