mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 16:03:39 +01: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 { get } from 'lodash';
|
||||
import { useDispatch, useSelector } from 'react-redux';
|
||||
import { useTheme } from 'providers/theme';
|
||||
import { sendRequest } from 'providers/ReduxStore/slices/collections/actions';
|
||||
|
||||
const QueryResultPreview = ({
|
||||
previewTab,
|
||||
|
Loading…
Reference in New Issue
Block a user