From e9f164d9f21fd08b4c22fe6735838eaaa56df7f6 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Wed, 14 Jan 2026 17:20:37 +0000 Subject: [PATCH] undo changes to query library cause i cba dealing with enterprise rn --- .../app/features/explore/QueryLibrary/QueryLibraryContext.tsx | 2 +- public/app/features/query/components/QueryEditorRow.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/app/features/explore/QueryLibrary/QueryLibraryContext.tsx b/public/app/features/explore/QueryLibrary/QueryLibraryContext.tsx index acb710bacd1..6138829632a 100644 --- a/public/app/features/explore/QueryLibrary/QueryLibraryContext.tsx +++ b/public/app/features/explore/QueryLibrary/QueryLibraryContext.tsx @@ -44,7 +44,7 @@ export type QueryLibraryContextType = { onUpdateSuccess?: () => void, onSelectQuery?: (query: DataQuery) => void, datasourceFilters?: string[], - parentRef?: React.RefObject + parentRef?: React.RefObject ) => ReactNode; /** diff --git a/public/app/features/query/components/QueryEditorRow.tsx b/public/app/features/query/components/QueryEditorRow.tsx index 7fa1a571309..5cc7f3467d3 100644 --- a/public/app/features/query/components/QueryEditorRow.tsx +++ b/public/app/features/query/components/QueryEditorRow.tsx @@ -613,7 +613,7 @@ function SavedQueryButtons(props: { onUpdateSuccess?: () => void; onSelectQuery: (query: DataQuery) => void; datasourceFilters: string[]; - parentRef: React.RefObject; + parentRef: React.RefObject; }) { const { renderSavedQueryButtons } = useQueryLibraryContext(); return renderSavedQueryButtons(