Skip to content

Commit

Permalink
fix: Prevent submission dialog sometimes closing on exceptions (#329)
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Anderson <119458760+AWS-Samuel@users.noreply.github.com>
  • Loading branch information
AWS-Samuel committed May 10, 2024
1 parent dffc71e commit 3e369f9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,9 @@ def on_submit(self):
"""
Perform a submission when the submit button is pressed
"""
# Unset any cached response
self.create_job_response = None

# Retrieve all the settings into the dataclass
settings = self.job_settings_type()
self.shared_job_settings.update_settings(settings)
Expand Down

0 comments on commit 3e369f9

Please sign in to comment.