aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/editor/AnimatedButton.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/editor/AnimatedButton.tsx')
-rw-r--r--subprojects/frontend/src/editor/AnimatedButton.tsx9
1 files changed, 0 insertions, 9 deletions
diff --git a/subprojects/frontend/src/editor/AnimatedButton.tsx b/subprojects/frontend/src/editor/AnimatedButton.tsx
index 606aabea..8504779f 100644
--- a/subprojects/frontend/src/editor/AnimatedButton.tsx
+++ b/subprojects/frontend/src/editor/AnimatedButton.tsx
@@ -99,12 +99,3 @@ export default function AnimatedButton({
99 </AnimatedButtonBase> 99 </AnimatedButtonBase>
100 ); 100 );
101} 101}
102
103AnimatedButton.defaultProps = {
104 'aria-label': undefined,
105 onClick: undefined,
106 disabled: false,
107 startIcon: undefined,
108 sx: undefined,
109 children: undefined,
110};