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; }