Skip to content

Commit

Permalink
fix(schematics): set correct default value type (#4307)
Browse files Browse the repository at this point in the history
  • Loading branch information
geromegrignon authored Apr 25, 2024
1 parent 1a62f87 commit 51034e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/schematics/src/feature/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"type": "boolean",
"aliases": ["e"],
"x-prompt": "Should we use @ngrx/entity to create the reducer?",
"default": "false"
"default": false
}
},
"required": []
Expand Down

0 comments on commit 51034e6

Please sign in to comment.