console: more compact storybook sidebar UI

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7921
GitOrigin-RevId: 98763befe3e6ab385b1f9eec50e87531455f52ee
This commit is contained in:
Matthew Goodwin 2023-02-09 11:03:51 -06:00 committed by hasura-bot
parent f35e043cb6
commit fc9047ad02

View File

@ -0,0 +1,7 @@
import { addons } from '@storybook/addons';
addons.setConfig({
sidebar: {
showRoots: false,
},
});