Show source description if provided

This commit is contained in:
Eli Ribble 2026-03-09 19:23:16 +00:00
parent 3185a17b25
commit 55e62f3831
No known key found for this signature in database

View file

@ -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