diff --git a/MIGRATION.md b/MIGRATION.md index c593b955f60..7574d80e649 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -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, + }, }); ```