mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Refactor Search/Folder view types into DashboardViewItem (#63162)
* Chore: Refactor Search/Folder view types into DashboardViewItem * uid is not optional in api * rename queryResultToNestedFolderItem function * Fix error from locationInfo being empty * change queryResultToViewItem to take view instead * Fix sortMeta fields not showing on search cards * Show correct parent for panel search results
This commit is contained in:
@@ -59,7 +59,6 @@ describe('resolveLinks', () => {
|
||||
title: 'DashLinks',
|
||||
url: '/d/6ieouugGk/DashLinks',
|
||||
isStarred: false,
|
||||
items: [],
|
||||
tags: [],
|
||||
uri: 'db/DashLinks',
|
||||
type: DashboardSearchItemType.DashDB,
|
||||
|
||||
Reference in New Issue
Block a user