RestoreDashboards: Fix 'Dashboards' typo in folder picker (#94046)

fix: typo
This commit is contained in:
Laura Benz
2024-10-01 15:25:04 +02:00
committed by GitHub
parent 5cc11bd1a1
commit 6a30240f58

View File

@@ -54,7 +54,7 @@ type Folder struct {
}
var GeneralFolder = Folder{ID: 0, Title: "General"}
var RootFolder = &Folder{ID: 0, Title: "Dashbboards", UID: GeneralFolderUID, ParentUID: ""}
var RootFolder = &Folder{ID: 0, Title: "Dashboards", UID: GeneralFolderUID, ParentUID: ""}
var SharedWithMeFolder = Folder{
Title: "Shared with me",
Description: "Dashboards and folders shared with me",