Skip to content

Commit ffb5d07

Browse files
committed
fix(material/schematics): ensure mdc migration compatibility with nx (#26027)
by adding missing `"multiselect": true` in the x-prompt for the `components` property (cherry picked from commit d99a7b4)
1 parent c0311aa commit ffb5d07

File tree

1 file changed

+1
-0
lines changed
  • src/material/schematics/ng-generate/mdc-migration

1 file changed

+1
-0
lines changed

src/material/schematics/ng-generate/mdc-migration/schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"x-prompt": {
4747
"message": "What components do you want to migrate?",
4848
"type": "list",
49+
"multiselect": true,
4950
"items": [
5051
{
5152
"value": "button",

0 commit comments

Comments
 (0)