Make it possible to save SMS support status on phone record
This commit is contained in:
parent
96878f24de
commit
9c557a0391
14 changed files with 135 additions and 54 deletions
|
|
@ -198,7 +198,7 @@
|
|||
<div class="summary-label">Phone</div>
|
||||
<div class="summary-value" v-if="modelValue.reporter?.phone">
|
||||
{{ modelValue.reporter.phone }}
|
||||
<small class="text-muted" v-if="modelValue.reporter?.can_text"
|
||||
<small class="text-muted" v-if="modelValue.reporter?.can_sms"
|
||||
>(texting OK)</small
|
||||
>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue