Format code.
This commit is contained in:
parent
4ae65542c1
commit
bbfe4f190d
1 changed files with 4 additions and 1 deletions
|
|
@ -68,7 +68,10 @@
|
|||
</fieldset>
|
||||
</div>
|
||||
<div class="row form-test-error mt-1">
|
||||
<error-message class="small" :name="formatString(groupName)" v-if="!suppressError"></error-message>
|
||||
<error-message
|
||||
class="small"
|
||||
:name="formatString(groupName)"
|
||||
v-if="!suppressError"></error-message>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in a new issue