Format code.

This commit is contained in:
Bryan Mauger 2023-07-26 13:26:22 -04:00
parent d24046a0f5
commit e2795cad0d

View file

@ -17,7 +17,10 @@
@click-event="openModal" />
</div>
<div v-show="errorMessage" class="row my-1 form-test-error">
<span class="d-inline-flex small mt-0 center-error-message" aria-live="polite" role="alert">
<span
class="d-inline-flex small mt-0 center-error-message"
aria-live="polite"
role="alert">
{{ errorMessage }}
</span>
</div>