Skip to content

Commit

Permalink
refactor: breadcrumbs uses shouldUpdateNamespaceSources
Browse files Browse the repository at this point in the history
  • Loading branch information
DavieReid committed Sep 28, 2023
1 parent aaf60aa commit e7b1a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/src/BreadcrumbsPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const BreadcrumbsPlugin: PluginType<BreadcrumbsPluginPage, BreadcrumbsPluginOpti
}
}
},
async shouldClearCache() {
async shouldUpdateNamespaceSources() {
return true;
}
};
Expand Down

0 comments on commit e7b1a26

Please sign in to comment.