mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Dashlist: Use new nested folder picker (#74011)
* Add new folderUID property * Add nested folder picker + migration to UID * fix folderUID * comment
This commit is contained in:
+4
@@ -12,7 +12,11 @@
|
||||
export const pluginVersion = "10.2.0-pre";
|
||||
|
||||
export interface Options {
|
||||
/**
|
||||
* folderId is deprecated, and migrated to folderUid on panel init
|
||||
*/
|
||||
folderId?: number;
|
||||
folderUID?: string;
|
||||
includeVars: boolean;
|
||||
keepTime: boolean;
|
||||
maxItems: number;
|
||||
|
||||
Reference in New Issue
Block a user