Format code.

This commit is contained in:
Bryan Mauger 2023-05-25 09:49:27 -04:00
parent 86ca39c991
commit cb24867fe8
2 changed files with 2 additions and 4 deletions

View file

@ -1,6 +1,5 @@
<template> <template>
<div <div class="phonenumber-question d-flex flex-column">
class="phonenumber-question d-flex flex-column" >
<textboxQuestion <textboxQuestion
type="tel" type="tel"
:max-length="12" :max-length="12"

View file

@ -27,8 +27,7 @@
class="mb-4" class="mb-4"
cmsWidgetName="phoneNumberQuestionWidget" cmsWidgetName="phoneNumberQuestionWidget"
v-model="phoneNumber" v-model="phoneNumber"
isRequired isRequired />
/>
<textareaQuestion <textareaQuestion
class="mb-4" class="mb-4"
v-model="techNotes" v-model="techNotes"