We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f4c70 commit 054c274Copy full SHA for 054c274
1 file changed
packages/reflex-hosting-cli/src/reflex_cli/v2/cli.py
@@ -214,9 +214,7 @@ def deploy(
214
try:
215
if app_name and not app_id:
216
search_project_id = project_id
217
- if not interactive and not project and not search_project_id:
218
- search_project_id = selected_project_id
219
- elif interactive and not project:
+ if interactive and not project:
220
search_project_id = None
221
222
app = hosting.search_app(
0 commit comments