Skip to content

Commit 51034e6

Browse files
fix(schematics): set correct default value type (#4307)
1 parent 1a62f87 commit 51034e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/schematics/src/feature/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"type": "boolean",
7272
"aliases": ["e"],
7373
"x-prompt": "Should we use @ngrx/entity to create the reducer?",
74-
"default": "false"
74+
"default": false
7575
}
7676
},
7777
"required": []

0 commit comments

Comments
 (0)