feat(captain): show document conversation usage

This commit is contained in:
aakashb95
2026-07-21 12:07:31 +05:30
parent 2ccb466598
commit da88b45f57
3 changed files with 15 additions and 1 deletions
@@ -417,6 +417,7 @@ onUnmounted(() => {
:sync-in-progress="doc.sync_in_progress"
:sync-stale-after-hours="syncIntervalHours"
:responses-count="doc.responses_count"
:used-in-conversations-count="doc.used_in_conversations_count"
:is-selected="canManageDocuments && bulkSelectedIds.has(doc.id)"
:selectable="canManageDocuments"
:show-selection-control="shouldShowSelectionControl(doc.id)"