Skip to content

Commit 6655399

Browse files
committed
Merge branch 'dev' of https://github.com/tuttle-dev/tuttle into dev
2 parents cef87e7 + 4542b8a commit 6655399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)