Skip to content

Commit

Permalink
fix(hub-common): add catalog map from getPropertyMap()
Browse files Browse the repository at this point in the history
  • Loading branch information
sansth1010 committed Feb 10, 2025
1 parent 477804b commit 26dab27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/common/src/sites/_internal/getPropertyMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export function getPropertyMap(): IPropertyMap[] {
entityKey: "isHubHome",
storeKey: "item.properties.isHubHome",
});
map.push({ entityKey: "catalog", storeKey: "data.catalog" });

map.push({
entityKey: "features",
Expand Down

0 comments on commit 26dab27

Please sign in to comment.