Fix references to public report reporter contact methods
This commit is contained in:
parent
1c8b13b31e
commit
0256b9bb42
6 changed files with 46 additions and 30 deletions
|
|
@ -61,7 +61,7 @@
|
|||
id="contact-phone"
|
||||
name="phone"
|
||||
placeholder="(555) 123-4567"
|
||||
v-model="modelValue.reporter.phone.number"
|
||||
v-model="modelValue.reporter.phone.e164"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
|
@ -72,7 +72,7 @@
|
|||
class="form-check-input"
|
||||
type="checkbox"
|
||||
id="can-text"
|
||||
v-model="modelValue.reporter.can_sms"
|
||||
v-model="modelValue.reporter.phone.can_sms"
|
||||
/>
|
||||
<label class="form-check-label" for="can-text">
|
||||
You may send text messages to this number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue