Skip to content

Commit

Permalink
fix: passed context into PbCategory of api page builder model
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyJackson85 authored and adrians5j committed Jul 5, 2020
1 parent 785ec43 commit 52e48c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-page-builder/src/plugins/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default () => [
withCrudLogs()
)();

const PbCategory = pbCategory({ createBase });
const PbCategory = pbCategory({ createBase, context });
const PbMenu = pbMenu({ createBase });
const PbPageElement = pbPageElement({ createBase, context });
const PbSettings = pbSettings({ createBase, context });
Expand Down

0 comments on commit 52e48c6

Please sign in to comment.