bug fixes
All checks were successful
Build and Publish / build-release (push) Successful in 4m19s

This commit is contained in:
2026-04-30 16:41:34 -05:00
parent 7d5e198156
commit 53bbdca525
16 changed files with 721 additions and 673 deletions

View File

@@ -51,7 +51,7 @@ const props = defineProps<Props>()
</div>
<!-- Policy Details -->
<div v-if="task.task_info?.policy_details">
<div v-if="task.task_info?.insured_object">
<h3 class="text-xs font-semibold text-gray-500 uppercase mb-2">Policy Details</h3>
<div class="border rounded-lg overflow-hidden">
<table class="w-full text-sm">
@@ -62,7 +62,7 @@ const props = defineProps<Props>()
</tr>
</thead>
<tbody class="divide-y divide-gray-200">
<tr v-for="(value, key) in task.task_info.policy_details" :key="key">
<tr v-for="(value, key) in task.task_info.insured_object" :key="key">
<td class="px-3 py-2 text-gray-600 font-medium capitalize">{{ key.replace(/_/g, ' ') }}</td>
<td class="px-3 py-2 text-gray-900">{{ value || '—' }}</td>
</tr>

View File

@@ -78,7 +78,7 @@ onUnmounted(() => document.removeEventListener('click', onDocClick))
Quick Lead
</button>
</NuxtLink>
<NuxtLink to="/quotes">
<NuxtLink to="/quotes/new">
<button type="button" class="app-topbar-action-btn app-topbar-action-primary">
<UIcon name="i-heroicons-document-text" style="width: 13px; height: 13px;" />
New quote