We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35b4954 + 6655399 commit cbbc18fCopy full SHA for cbbc18f
.circleci/config.yml
app/contracts/view.py
@@ -314,7 +314,6 @@ def clear_ui_field_errors(self, e):
314
fields = [
315
self.title_ui_field,
316
self.rate_ui_field,
317
- self.currency_ui_field,
318
self.volume_ui_field,
319
self.term_of_payment_ui_field,
320
self.unit_PW_ui_field,
@@ -323,6 +322,7 @@ def clear_ui_field_errors(self, e):
323
322
for field in fields:
324
if field.error_text:
325
field.error_text = None
+ self.currency_ui_field.update_error_txt()
326
self.update_self()
327
328
def toggle_progress(self, is_on_going_action: bool):
0 commit comments