Fix attribute on FullAddressAutoComplete

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2022-10-31 15:05:14 +01:00
parent 8ab8364100
commit 1282bbf0f4
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<o-field
:label-for="id"
:message="fieldErrors"
:variant="{ danger: fieldErrors }"
:variant="fieldErrors ? 'danger' : ''"
class="!-mt-2"
:labelClass="labelClass"
>