Skip to content

Commit

Permalink
πŸ› Add context #1637
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Aug 25, 2023
1 parent 15da6b5 commit edfc6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sanityv3/src/lib/structure/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit edfc6f7

Please sign in to comment.