mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-20 19:58:10 +02:00
chore: cleanup
This commit is contained in:
parent
b9ab5e572d
commit
be72fbfe6f
@ -59,9 +59,10 @@ const RequestTabPanel = () => {
|
|||||||
setDragging(true);
|
setDragging(true);
|
||||||
};
|
};
|
||||||
|
|
||||||
let {
|
let schema = null;
|
||||||
schema
|
// let {
|
||||||
} = useGraphqlSchema('https://api.spacex.land/graphql');
|
// schema
|
||||||
|
// } = useGraphqlSchema('https://api.spacex.land/graphql');
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
document.addEventListener('mouseup', handleMouseUp);
|
document.addEventListener('mouseup', handleMouseUp);
|
||||||
|
@ -551,7 +551,6 @@ export const {
|
|||||||
} = collectionsSlice.actions;
|
} = collectionsSlice.actions;
|
||||||
|
|
||||||
export const loadCollectionsFromIdb = () => (dispatch) => {
|
export const loadCollectionsFromIdb = () => (dispatch) => {
|
||||||
console.log('here');
|
|
||||||
getCollectionsFromIdb(window.__idb)
|
getCollectionsFromIdb(window.__idb)
|
||||||
.then((collections) => dispatch(_loadCollections({
|
.then((collections) => dispatch(_loadCollections({
|
||||||
collections: collections
|
collections: collections
|
||||||
|
Loading…
x
Reference in New Issue
Block a user