mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-08 14:35:03 +00:00
chore: sidebar deprecated
This commit is contained in:
@@ -22,7 +22,7 @@ const RequestTabPanel = () => {
|
||||
const collections = useSelector((state) => state.collections.collections);
|
||||
const dispatch = useDispatch();
|
||||
|
||||
let asideWidth = 270;
|
||||
let asideWidth = useSelector((state) => state.app.leftSidebarWidth);
|
||||
let {
|
||||
schema
|
||||
} = useGraphqlSchema('https://api.spacex.land/graphql');
|
||||
|
||||
Reference in New Issue
Block a user