Skip to content

Commit

Permalink
Merge pull request #67 from bettyblocks/feat/allow-pro-coder-to-set-a…
Browse files Browse the repository at this point in the history
…ction-permission-in-before-create-PAGE-2238

fix(PAGE-2238): Add missing actionName parameter to prepareAction.
  • Loading branch information
stefan-betty authored Sep 21, 2022
2 parents 68a5bfe + ca899f3 commit 2e7acc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/bettyblocks/component-sdk"
"url": "git@github.com:bettyblocks/component-sdk.git"
},
"engines": {
"node": "^16.11.1"
Expand Down
1 change: 1 addition & 0 deletions src/prefabs/factories/prefab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export type BeforeCreateArgs = {
properties: Property[],
actionTemplate: 'create' | 'update' | 'delete' | 'login' | 'empty',
authenticationProfile?: AuthenticationProfile,
actionName?: string,
permissions?: 'public' | 'private' | 'inherit',
) => Promise<PreparedAction>;
makeBettyInput: (
Expand Down

0 comments on commit 2e7acc8

Please sign in to comment.