diff --git a/sanityv3/src/lib/structure/index.js b/sanityv3/src/lib/structure/index.js index 3a3f79bd3..47232dd01 100644 --- a/sanityv3/src/lib/structure/index.js +++ b/sanityv3/src/lib/structure/index.js @@ -53,7 +53,7 @@ const SUB_EDITOR_ITEMS = (S, context) => AssetLibrary(S, context), ].filter((e) => e) -const LOCAL_NEWS_EDITOR_ITEMS = (S) => [LocalNews(S)].filter((e) => e) +const LOCAL_NEWS_EDITOR_ITEMS = (S, context) => [LocalNews(S, context)].filter((e) => e) /** * Datasets are not taken into consideration in order to simplify logic.