diff --git a/package.json b/package.json index fd90f8a92f9..0e63a12ee0a 100644 --- a/package.json +++ b/package.json @@ -247,7 +247,7 @@ "@grafana/aws-sdk": "0.0.40", "@grafana/data": "workspace:*", "@grafana/e2e-selectors": "workspace:*", - "@grafana/experimental": "1.0.1", + "@grafana/experimental": "1.1.0", "@grafana/faro-core": "1.0.0-beta2", "@grafana/faro-web-sdk": "1.0.0-beta2", "@grafana/google-sdk": "0.0.4", diff --git a/public/app/features/plugins/sql/components/visual-query-builder/GroupByRow.tsx b/public/app/features/plugins/sql/components/visual-query-builder/GroupByRow.tsx index 7c91147f724..be8a87523cc 100644 --- a/public/app/features/plugins/sql/components/visual-query-builder/GroupByRow.tsx +++ b/public/app/features/plugins/sql/components/visual-query-builder/GroupByRow.tsx @@ -26,7 +26,7 @@ export function GroupByRow({ sql, columns, onSqlChange }: GroupByRowProps) { ); return ( - + ( + renderItem={(item: Partial, onChangeItem, onDelete) => ( ( + renderItem={(item: Partial, onChangeItem, onDelete) => (