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.",
|
"description": "The name of the project to add the Tailwind CSS setup for.",
|
||||||
"alias": "p",
|
"alias": "p",
|
||||||
"$default": { "$source": "argv", "index": 0 },
|
"$default": { "$source": "argv", "index": 0 },
|
||||||
"x-dropdown": "project",
|
"x-dropdown": "projects",
|
||||||
"x-prompt": "What project would you like to add the Tailwind CSS setup?"
|
"x-prompt": "What project would you like to add the Tailwind CSS setup?"
|
||||||
},
|
},
|
||||||
"buildTarget": {
|
"buildTarget": {
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
"$source": "argv",
|
"$source": "argv",
|
||||||
"index": 0
|
"index": 0
|
||||||
},
|
},
|
||||||
"x-dropdown": "project",
|
"x-dropdown": "projects",
|
||||||
"x-prompt": "What project would you like to add the Tailwind CSS setup?"
|
"x-prompt": "What project would you like to add the Tailwind CSS setup?"
|
||||||
},
|
},
|
||||||
"buildTarget": {
|
"buildTarget": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user