Loading client/src/components/Form/Elements/FormError.vue +1 −2 Original line number Diff line number Diff line Loading @@ -13,8 +13,7 @@ const props = defineProps<{ <component :is="props.hasAlertClass ? BAlert : 'span'" show variant="info"> <div v-for="(alert, index) in props.alerts" :key="index" class="ui-form-error"> <FontAwesomeIcon class="mr-1" :icon="faExclamation" /> <!-- eslint-disable-next-line vue/no-v-html --> <span class="ui-form-error-text" v-html="alert" /> <span class="ui-form-error-text">{{ alert }}</span> </div> </component> </template> Loading
client/src/components/Form/Elements/FormError.vue +1 −2 Original line number Diff line number Diff line Loading @@ -13,8 +13,7 @@ const props = defineProps<{ <component :is="props.hasAlertClass ? BAlert : 'span'" show variant="info"> <div v-for="(alert, index) in props.alerts" :key="index" class="ui-form-error"> <FontAwesomeIcon class="mr-1" :icon="faExclamation" /> <!-- eslint-disable-next-line vue/no-v-html --> <span class="ui-form-error-text" v-html="alert" /> <span class="ui-form-error-text">{{ alert }}</span> </div> </component> </template>