Skip to content

Commit

Permalink
remove quotes around false
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Jul 24, 2024
1 parent a427853 commit 26efbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/ui/src/views/Optimization/AdvancedOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const advancedOptions = {
defaultValue: true,
options: {
"True": true,
"False": "false"
"False": false
},
},
}

0 comments on commit 26efbc7

Please sign in to comment.