Skip to content

Commit b280aa5

Browse files
pkp/pkp-lib#10067 Fix pageInitConfig renaming to props in dashboardStore
1 parent 905b3a3 commit b280aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/dashboard/dashboardPageStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ export const useDashboardPageStore = defineComponentStore(
489489

490490
const dashboardConfigReviewActivity = extender.addFns(
491491
useDashboardConfigReviewActivity({
492-
recommendations: pageInitConfig.recommendations,
492+
recommendations: props.recommendations,
493493
}),
494494
);
495495

0 commit comments

Comments
 (0)