Skip to content

Commit df28495

Browse files
committed
update
1 parent 89458b4 commit df28495

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

reflex_ui/blocks/intro_form.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,8 @@ def intro_form_dialog(
391391
),
392392
open=intro_form_open_cs.value,
393393
on_open_change_complete=[
394-
rx.call_function(intro_form_error_message.set_value(""))
394+
rx.call_function(intro_form_error_message.set_value("")),
395+
rx.call_function(is_submitting_intro_form_cs.set_value(False)),
395396
],
396397
class_name=class_name,
397398
**props,

0 commit comments

Comments
 (0)