Skip to content

Commit

Permalink
fix: include label as optional in the prefabComponent type
Browse files Browse the repository at this point in the history
  • Loading branch information
michel committed May 23, 2022
1 parent 5c5c1be commit a57982d
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: PrefabComponent[];
name: string;
Expand Down

0 comments on commit a57982d

Please sign in to comment.