aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/button/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/button/index.tsx')
-rw-r--r--src/components/ui/button/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/button/index.tsx b/src/components/ui/button/index.tsx
index 5c606f274..ba4353dae 100644
--- a/src/components/ui/button/index.tsx
+++ b/src/components/ui/button/index.tsx
@@ -223,7 +223,7 @@ class ButtonComponent extends Component<IProps, IState> {
223 ) : ( 223 ) : (
224 <button 224 <button
225 id={id} 225 id={id}
226 // eslint-disable-next-line react/button-has-type 226 // eslint-disable-next-line react/button-has-type, @eslint-react/dom/no-missing-button-type
227 type={type} 227 type={type}
228 onClick={onClick} 228 onClick={onClick}
229 className={classnames({ 229 className={classnames({