Skip to content

Commit

Permalink
set default and initial values for boolean inputs to false
Browse files Browse the repository at this point in the history
  • Loading branch information
c12i committed Jun 11, 2024
1 parent 3d3a478 commit 05397b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/react/field-types/bool/default.hbs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{#if (eq cardinality "vector")}}[]{{else}}true{{/if}}
{{#if (eq cardinality "vector")}}[]{{else}}false{{/if}}
2 changes: 1 addition & 1 deletion templates/react/field-types/bool/sample.hbs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
true
false

0 comments on commit 05397b1

Please sign in to comment.