Skip to content

Commit

Permalink
Merge pull request #21 from bettyblocks/task/introduce-component-labe…
Browse files Browse the repository at this point in the history
…ls-for-context-PAGE-1831

fix: include label as optional in the prefabComponent type
  • Loading branch information
benjamin-rocks authored Jun 7, 2022
2 parents 646a191 + a57982d commit f42b9ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prefabs/types/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export interface PrefabPartial {

export interface PrefabComponent {
type?: 'COMPONENT';
label?: string;
actions?: PrefabAction[];
descendants: PrefabReference[];
name: string;
Expand Down

0 comments on commit f42b9ab

Please sign in to comment.