Pass AI enabled to frontend

This commit is contained in:
shamoon
2025-04-23 12:40:42 -07:00
parent 74aaf18630
commit 3186550fd7
8 changed files with 49 additions and 29 deletions

View File

@@ -38,6 +38,8 @@ describe('SuggestionsDropdownComponent', () => {
})
it('should toggle dropdown when clickSuggest is called and suggestions are not null', () => {
component.aiEnabled = true
fixture.detectChanges()
component.suggestions = {
suggested_correspondents: [],
suggested_tags: [],