Skip to content

Commit 054c274

Browse files
committed
update
1 parent c6f4c70 commit 054c274

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • packages/reflex-hosting-cli/src/reflex_cli/v2

packages/reflex-hosting-cli/src/reflex_cli/v2/cli.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,7 @@ def deploy(
214214
try:
215215
if app_name and not app_id:
216216
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:
217+
if interactive and not project:
220218
search_project_id = None
221219

222220
app = hosting.search_app(

0 commit comments

Comments
 (0)