Query Library: Add highlightQuery to QueryLibraryContext (#108617)
* add hightlightedQuery to QueryLibraryContext * revert go changes
This commit is contained in:
@@ -24,7 +24,11 @@ export type QueryLibraryContextType = {
|
||||
openDrawer: (
|
||||
datasourceFilters: string[],
|
||||
onSelectQuery: OnSelectQueryType,
|
||||
options?: { isReplacingQuery?: boolean; context?: string }
|
||||
options?: {
|
||||
isReplacingQuery?: boolean;
|
||||
context?: string;
|
||||
highlightQuery?: string;
|
||||
}
|
||||
) => void;
|
||||
closeDrawer: () => void;
|
||||
isDrawerOpen: boolean;
|
||||
|
||||
Reference in New Issue
Block a user