File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
welcome/assets/components Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ <h3 class="font-weight-light">Configuration</h3>
187187 < div class ="row ">
188188 < div class ="col ">
189189 < div class ="form-check ">
190- < input type ="checkbox " class ="form-check-input " id ="showWhenUsingJava " checked >
190+ < input type ="checkbox " class ="form-check-input " id ="showWhenUsingJava ">
191191 < label class ="form-check-label " for ="showWhenUsingJava "> Show overview page when using Java</ label >
192192 </ div >
193193 </ div >
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ export default class ControllerPanel extends React.Component<{
1010} > {
1111 render ( ) {
1212 let { showWhenUsingJava} = this . props ;
13- if ( showWhenUsingJava === undefined ) {
14- showWhenUsingJava = true ;
15- }
1613
1714 return < Form >
1815 < Form . Check defaultChecked = { showWhenUsingJava } label = "Show welcome page when using Java" onChange = { toggleVisibility } />
You can’t perform that action at this time.
0 commit comments