diff --git a/addon/components/cf-navigation.js b/addon/components/cf-navigation.js index 71576cede..fcb121889 100644 --- a/addon/components/cf-navigation.js +++ b/addon/components/cf-navigation.js @@ -68,7 +68,8 @@ export default Component.extend(ComponentQueryManager, { { query: getNavigationQuery, variables: { id: window.btoa("Document:" + this.documentId) }, - fetchPolicy: "network-only" + fetchPolicy: "network-only", + context: { headers: this.get("context.headers") } }, "node" );