Skip to content

Commit

Permalink
Merge pull request #87 from bettyblocks/feat/move-inputwizard-to-comp…
Browse files Browse the repository at this point in the history
…onent-set-PAGE-2210

fix: cretaeblacklist adjusted
  • Loading branch information
allamaley authored Oct 20, 2022
2 parents 04d9e3a + b9c375e commit a4d4ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefabs/factories/prefab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export type BeforeCreateArgs = {
key: string,
transform: (option: PrefabComponentOption) => PrefabComponentOption,
) => void;
createBlacklist: PropertyKind[];
createBlacklist: (whiteList: PropertyKind[]) => PropertyKind[];
};
};

Expand Down

0 comments on commit a4d4ed3

Please sign in to comment.