From 12cbc6984d83f1f2c08bdb773442da9c1f0f645d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Petrovi=C4=87?= Date: Wed, 15 Mar 2023 16:26:45 +0100 Subject: [PATCH] (chore): change type prop to optional --- src/components/ProgressBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ProgressBar.tsx b/src/components/ProgressBar.tsx index 8efd3be8..0529d976 100644 --- a/src/components/ProgressBar.tsx +++ b/src/components/ProgressBar.tsx @@ -23,7 +23,7 @@ export interface ProgressBarProps { /** * Optional type : info, success ... */ - type: TypeOptions; + type?: TypeOptions; /** * The theme that is currently used