aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Buttons/Button
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Buttons/Button')
-rw-r--r--src/components/Buttons/Button/Button.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Buttons/Button/Button.tsx b/src/components/Buttons/Button/Button.tsx
index c186d2a..8256e6b 100644
--- a/src/components/Buttons/Button/Button.tsx
+++ b/src/components/Buttons/Button/Button.tsx
@@ -9,7 +9,7 @@ const Button = ({
}: {
children: ReactNode;
clickHandler: any;
- isDisabled: boolean;
+ isDisabled?: boolean;
isPrimary?: boolean;
}) => {
const classes = `${styles.btn} ${