Skip to content

Commit

Permalink
feat: TET-863 change required prop
Browse files Browse the repository at this point in the history
  • Loading branch information
karolinaszarek committed Apr 24, 2024
1 parent 7b2f784 commit d455d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Status/Status.props.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export type StatusProps = {
appearance?: StatusAppearance;
custom?: StatusConfig;
emphasis?: StatusEmphasis;
label?: string;
label: string;
};

0 comments on commit d455d6d

Please sign in to comment.