Pass AI enabled to frontend

This commit is contained in:
shamoon
2025-04-23 12:40:42 -07:00
parent 77796ac3f4
commit c3175c2cd6
8 changed files with 49 additions and 29 deletions

View File

@@ -115,6 +115,7 @@
[disabled]="!userCanEdit || suggestionsLoading"
[loading]="suggestionsLoading"
[suggestions]="suggestions"
[aiEnabled]="aiEnabled"
(getSuggestions)="getSuggestions()"
(addTag)="createTag($event)"
(addDocumentType)="createDocumentType($event)"