Skip to content

Commit

Permalink
Raise gui.RerunException in edit_secret_button_with_dialog to tri…
Browse files Browse the repository at this point in the history
…gger rerun when dialog is closed
  • Loading branch information
devxpy committed Dec 25, 2024
1 parent abcfd5c commit 823dd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion managed_secrets/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,4 @@ def edit_secret_button_with_dialog(
)
else:
dialog.set_open(False)
raise gui.RedirectException
raise gui.RerunException()

0 comments on commit 823dd10

Please sign in to comment.