Skip to content

Commit eea0371

Browse files
committed
fixup! fixup! [DEBUG]
1 parent 77678c7 commit eea0371

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/QueryEditor.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@ const QueryEditor: React.FC<Props> = ({ datasource, query, range, onChange, onRu
265265
onRunQuery();
266266
};
267267

268+
return <div>Test</div>;
269+
268270
return (
269271
<>
270272
<div className="flex mt">

0 commit comments

Comments
 (0)