mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-24 14:01:29 +02:00
fix: fixed issue in cmd+r inside query result viewer
This commit is contained in:
parent
922c1ff253
commit
16137a8189
@ -1,7 +1,7 @@
|
|||||||
import CodeEditor from 'components/CodeEditor/index';
|
import CodeEditor from 'components/CodeEditor/index';
|
||||||
import { get } from 'lodash';
|
import { get } from 'lodash';
|
||||||
import { useDispatch, useSelector } from 'react-redux';
|
import { useDispatch, useSelector } from 'react-redux';
|
||||||
import { useTheme } from 'providers/theme';
|
import { sendRequest } from 'providers/ReduxStore/slices/collections/actions';
|
||||||
|
|
||||||
const QueryResultPreview = ({
|
const QueryResultPreview = ({
|
||||||
previewTab,
|
previewTab,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user