Skip to content

Commit cbbc18f

Browse files
committed
Merge branch 'dev' into dev-input-validation
2 parents 35b4954 + 6655399 commit cbbc18f

File tree

2 files changed

+1
-82
lines changed

2 files changed

+1
-82
lines changed

.circleci/config.yml

Lines changed: 0 additions & 81 deletions
This file was deleted.

app/contracts/view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ def clear_ui_field_errors(self, e):
314314
fields = [
315315
self.title_ui_field,
316316
self.rate_ui_field,
317-
self.currency_ui_field,
318317
self.volume_ui_field,
319318
self.term_of_payment_ui_field,
320319
self.unit_PW_ui_field,
@@ -323,6 +322,7 @@ def clear_ui_field_errors(self, e):
323322
for field in fields:
324323
if field.error_text:
325324
field.error_text = None
325+
self.currency_ui_field.update_error_txt()
326326
self.update_self()
327327

328328
def toggle_progress(self, is_on_going_action: bool):

0 commit comments

Comments
 (0)