Skip to content

Commit

Permalink
(chore): change type prop to optional
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-petrovic authored and fkhadra committed Mar 21, 2023
1 parent 98f6258 commit 10c64bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProgressBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface ProgressBarProps {
/**
* Optional type : info, success ...
*/
type: TypeOptions;
type?: TypeOptions;

/**
* The theme that is currently used
Expand Down

0 comments on commit 10c64bd

Please sign in to comment.