Various code cleanup, see if Qodana picks them up

This commit is contained in:
James Cole
2023-02-22 17:11:59 +01:00
parent 68f398f97c
commit 26ab65c5aa
5 changed files with 13 additions and 44 deletions

View File

@@ -20,7 +20,7 @@
<template>
<div>
<p class="help-block" v-text="$t('firefly.hidden_fields_preferences')"></p>
<p class="help-block" v-html="$t('firefly.hidden_fields_preferences')"></p>
<component
v-bind:is="dateComponent"
v-if="this.fields.interest_date" v-model="value.interest_date" :error="error.interest_date"