Tweak/fix: show existing count for ai suggestions (#13861)

This commit is contained in:
shamoon
2026-08-30 07:50:50 -07:00
committed by GitHub
parent 14b6a41b88
commit d371085699
4 changed files with 155 additions and 9 deletions
@@ -134,6 +134,10 @@
[loading]="suggestionsLoading()"
[suggestions]="suggestions()"
[aiEnabled]="aiEnabled"
[appliedTags]="documentForm.value.tags"
[appliedCorrespondent]="documentForm.value.correspondent"
[appliedDocumentType]="documentForm.value.document_type"
[appliedStoragePath]="documentForm.value.storage_path"
(getSuggestions)="getSuggestions()"
(addTag)="createTag($event)"
(addDocumentType)="createDocumentType($event)"