Show source description if provided
This commit is contained in:
parent
3185a17b25
commit
55e62f3831
1 changed files with 13 additions and 0 deletions
|
|
@ -584,6 +584,19 @@
|
|||
</template>
|
||||
</div>
|
||||
</div>
|
||||
<template
|
||||
x-if="selectedCommunication.public_report.source_description != ''"
|
||||
>
|
||||
<div class="col-12">
|
||||
<label class="form-label text-muted small mb-0">
|
||||
<i class="bi bi-chat-text"></i> Source Description
|
||||
</label>
|
||||
<div
|
||||
class="p-2 bg-light rounded"
|
||||
x-text="selectedCommunication.public_report.source_description || 'none'"
|
||||
></div>
|
||||
</div>
|
||||
</template>
|
||||
<div class="col-12">
|
||||
<label class="form-label text-muted small mb-0">
|
||||
<i class="bi bi-chat-text"></i> Additional Notes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue