mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
Fix typo
This commit is contained in:
parent
9652469b2f
commit
ff0cfdf8a0
@ -81,8 +81,10 @@ If you wish to opt-out of this new behavior and restore the flat UI, simply set
|
|||||||
|
|
||||||
```js
|
```js
|
||||||
addParameters({
|
addParameters({
|
||||||
|
options: {
|
||||||
hierarchyRootSeparator: null,
|
hierarchyRootSeparator: null,
|
||||||
hierarchySeparator: null,
|
hierarchySeparator: null,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user