Skip to content

Commit

Permalink
Merge branch 'dev' into dev-input-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
clstaudt committed Jan 30, 2023
2 parents 35b4954 + 6655399 commit cbbc18f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 82 deletions.
81 changes: 0 additions & 81 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion app/contracts/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ def clear_ui_field_errors(self, e):
fields = [
self.title_ui_field,
self.rate_ui_field,
self.currency_ui_field,
self.volume_ui_field,
self.term_of_payment_ui_field,
self.unit_PW_ui_field,
Expand All @@ -323,6 +322,7 @@ def clear_ui_field_errors(self, e):
for field in fields:
if field.error_text:
field.error_text = None
self.currency_ui_field.update_error_txt()
self.update_self()

def toggle_progress(self, is_on_going_action: bool):
Expand Down

0 comments on commit cbbc18f

Please sign in to comment.