Skip to content

Commit 50e9acf

Browse files
committed
[Debug]
1 parent ab368c8 commit 50e9acf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/QueryEditor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ const QueryEditor: React.FC<Props> = ({ datasource, query, range, onChange, onRu
5858
const { spaceId, roomId, nodes: allNodes, dimensions, groupBy, contextId, filterBy, filterValue } = query;
5959

6060
const mySubscriber = (msg: any, data: any) => {
61+
console.log({ data });
6162
const { summary, view } = data?.data || {};
6263
const { nodes = [], instances = [], labels = [] } = summary || {};
6364
const { dimensions, units } = view || {};

0 commit comments

Comments
 (0)