Skip to content

Commit 30eb831

Browse files
committed
update
1 parent 5b870b2 commit 30eb831

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

reflex_ui/blocks/demo_form.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,7 @@ async def on_submit(self, form_data: dict[str, Any]):
292292

293293
cal_url_with_params = f"{CAL_ENTERPRISE_FOLLOW_UP_URL}?{query_string}"
294294

295-
yield is_sending_demo_form.push(False)
296-
yield rx.redirect(cal_url_with_params)
295+
yield [is_sending_demo_form.push(False), rx.redirect(cal_url_with_params)]
297296

298297
async def send_demo_event(self, form_data: dict[str, Any]):
299298
"""Create and send demo event to PostHog and Slack.

0 commit comments

Comments
 (0)