fix(react): adjust nx-console related x-dropdown prop name
This commit is contained in:
parent
77795ae466
commit
9c93c907fd
@ -1285,7 +1285,7 @@
|
||||
"description": "The name of the project to add the Tailwind CSS setup for.",
|
||||
"alias": "p",
|
||||
"$default": { "$source": "argv", "index": 0 },
|
||||
"x-dropdown": "project",
|
||||
"x-dropdown": "projects",
|
||||
"x-prompt": "What project would you like to add the Tailwind CSS setup?"
|
||||
},
|
||||
"buildTarget": {
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
"$source": "argv",
|
||||
"index": 0
|
||||
},
|
||||
"x-dropdown": "project",
|
||||
"x-dropdown": "projects",
|
||||
"x-prompt": "What project would you like to add the Tailwind CSS setup?"
|
||||
},
|
||||
"buildTarget": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user