This commit is contained in:
Michael Shilman 2019-02-15 14:00:05 +08:00
parent 9652469b2f
commit ff0cfdf8a0

View File

@ -81,8 +81,10 @@ If you wish to opt-out of this new behavior and restore the flat UI, simply set
```js
addParameters({
hierarchyRootSeparator: null,
hierarchySeparator: null,
options: {
hierarchyRootSeparator: null,
hierarchySeparator: null,
},
});
```