From 6424cc1d8db783d2f9e4dd3db5c0feab2cb8667d Mon Sep 17 00:00:00 2001 From: Alex Spencer <52186778+alexjonspencer1@users.noreply.github.com> Date: Tue, 25 Nov 2025 17:11:00 -0800 Subject: [PATCH] fix: consistent styles naming --- public/app/features/query/components/QueryEditorRows.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/app/features/query/components/QueryEditorRows.tsx b/public/app/features/query/components/QueryEditorRows.tsx index 53080c62b23..c4db4211823 100644 --- a/public/app/features/query/components/QueryEditorRows.tsx +++ b/public/app/features/query/components/QueryEditorRows.tsx @@ -208,7 +208,7 @@ export class QueryEditorRows extends PureComponent @@ -288,7 +288,7 @@ const getDataSourceSettings = ( // Styles for focused container - using static styles since this is a class component // Transitions are handled in the parent functional component where we have theme access -const getContainerStyle = (isFocused: boolean) => { +const getStyles = (isFocused: boolean) => { if (!isFocused) { return undefined; }