diff --git a/frontend/src/components/queries/QueryResultsViewer.tsx b/frontend/src/components/queries/QueryResultsViewer.tsx index 994a67a3..5ad66995 100644 --- a/frontend/src/components/queries/QueryResultsViewer.tsx +++ b/frontend/src/components/queries/QueryResultsViewer.tsx @@ -183,7 +183,24 @@ const QueryResultsViewer: React.FC = ({
Response
- {query_obj.response || ""} + ( + { + event.preventDefault(); + event.stopPropagation(); + console.log(event, href); + }} + > + {children} + + ), + }} + > + {query_obj.response || ""} +