Skip to content

Commit

Permalink
Make name optional in BrandsConfiguration type
Browse files Browse the repository at this point in the history
  • Loading branch information
sponglord committed Sep 21, 2023
1 parent 078d557 commit 9fd9017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/src/components/Card/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export interface CardConfiguration {
}

export interface BrandConfiguration {
name: string;
name?: string;
icon?: string;
}

Expand Down

0 comments on commit 9fd9017

Please sign in to comment.