Skip to content

Commit

Permalink
Merge pull request #146 from bettyblocks/feat/add-push-to-wrapper-key…
Browse files Browse the repository at this point in the history
…-PAGE-3304

feat: add pushToWrapper key
  • Loading branch information
ingmar-stipriaan authored Jun 19, 2023
2 parents d6f71bb + 368abbe commit 4fcc400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prefabs/types/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export interface PrefabComponentOptionBase {
value: AllowedValue[];
selectableObjectKey?: boolean;
};
pushToWrapper?: boolean;
};
}

Expand Down

0 comments on commit 4fcc400

Please sign in to comment.