mirror of https://github.com/grafana/grafana.git
10 lines
147 B
TypeScript
10 lines
147 B
TypeScript
|
export const ROOT_FOLDER_ITEM = {
|
||
|
isOpen: true,
|
||
|
level: 0,
|
||
|
item: {
|
||
|
kind: 'folder' as const,
|
||
|
title: 'Dashboards',
|
||
|
uid: '',
|
||
|
},
|
||
|
};
|