update js inject file to bust caching

This commit is contained in:
Casey 2025-12-03 07:15:58 -06:00
parent 4b55d8790e
commit 07c1181d6e
5 changed files with 58 additions and 25 deletions

View file

@ -92,7 +92,7 @@
:disabled="selectedItems.length === 0"
/>
</div>
<div v-if="!isNew && estimate">
<div v-if="estimate">
<Button label="Send Estimate" @click="showConfirmationModal = true"/>
</div>
</div>