aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/Radio.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/Radio.tsx')
-rw-r--r--src/components/ui/Radio.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ui/Radio.tsx b/src/components/ui/Radio.tsx
index a033a5fe0..e6cb5d5a5 100644
--- a/src/components/ui/Radio.tsx
+++ b/src/components/ui/Radio.tsx
@@ -10,6 +10,7 @@ type Props = {
10 showLabel: boolean; 10 showLabel: boolean;
11}; 11};
12 12
13// Should this file be converted into the coding style similar to './toggle/index.tsx'?
13class Radio extends Component<Props> { 14class Radio extends Component<Props> {
14 static defaultProps = { 15 static defaultProps = {
15 focus: false, 16 focus: false,