File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ const example1 = {
7979
8080ReactDOM . render (
8181 < Example { ...example1 } >
82- < RangeInput name = "tabCount" min = "2 " max = "9" step = "1" />
82+ < RangeInput name = "tabCount" min = "1 " max = "9" step = "1" />
8383 </ Example > ,
8484 document . getElementById ( 'example1-app' )
8585) ;
@@ -120,7 +120,7 @@ const example2 = {
120120
121121ReactDOM . render (
122122 < Example { ...example2 } >
123- < RangeInput name = "tabCount" min = "2 " max = "9" step = "1" />
123+ < RangeInput name = "tabCount" min = "1 " max = "9" step = "1" />
124124 </ Example > ,
125125 document . getElementById ( 'example2-app' )
126126) ;
@@ -167,7 +167,7 @@ const example3 = {
167167
168168ReactDOM . render (
169169 < Example { ...example3 } >
170- < RangeInput name = "tabCount" min = "2 " max = "9" step = "1" />
170+ < RangeInput name = "tabCount" min = "1 " max = "9" step = "1" />
171171 </ Example > ,
172172 document . getElementById ( 'example3-app' )
173173) ;
You can’t perform that action at this time.
0 commit comments