Skip to content

Commit

Permalink
[ES|QL] Display cluster details tab for CCS data sources
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Oct 8, 2024
1 parent b5bc989 commit 1ec869a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/data/common/search/expressions/esql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ export const getEsqlFn = ({ getStartDependencies }: EsqlFnArguments) => {
}),
})
.json(params)
.ok({ json: rawResponse, requestParams });
.ok({ json: { rawResponse }, requestParams });
},
error(error) {
logInspectorRequest()
Expand Down

0 comments on commit 1ec869a

Please sign in to comment.