Improve error handling

This commit is contained in:
tdurieux
2026-05-06 17:39:43 +03:00
parent 6bad6c2f09
commit c1e18f82a9
4 changed files with 20 additions and 4 deletions
+1
View File
@@ -90,6 +90,7 @@
id="conference"
name="conference"
ng-model="conference"
ng-model-options="{ debounce: { default: 800, blur: 0 }, updateOn: 'default blur' }"
ng-class="{'is-invalid': anonymize.conference.$invalid}"
/>
<small class="form-text text-muted" ng-show="conference_data"