fix(react): adjust nx-console related x-dropdown prop name

This commit is contained in:
Juri 2022-08-03 10:12:32 +02:00 committed by Juri Strumpflohner
parent 77795ae466
commit 9c93c907fd
2 changed files with 2 additions and 2 deletions

View File

@ -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": {

View File

@ -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": {