Be consistent about using report.public_id over report.id

This commit is contained in:
Eli Ribble 2026-04-14 01:26:23 +00:00
parent 02139450c6
commit 3c62fe2ca1
No known key found for this signature in database
9 changed files with 19 additions and 29 deletions

View file

@ -121,13 +121,6 @@
margin-top: 16px;
}
.reference-number {
text-align: center;
color: #6c757d;
font-size: 0.9rem;
margin-top: 24px;
}
.action-buttons {
width: 100%;
}
@ -233,13 +226,6 @@
</div>
</div>
</template>
<!-- Reference Number -->
<div class="reference-number">
<small>
Reference number: <strong>{{ modelValue.public_id }}</strong>
</small>
</div>
</div>
</template>
<script setup lang="ts">