Skip to content

Commit

Permalink
Remove AI topic tooltip in search
Browse files Browse the repository at this point in the history
  • Loading branch information
david4096 committed Oct 24, 2024
1 parent cafff65 commit 8279856
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*ngIf="workflow?.source.topicSelection === TopicSelectionEnum.AI && !workflow?.source.approvedAITopic"
[isPublic]="true"
></app-ai-bubble>
<span [matTooltip]="workflow?.source.topicAutomatic" matTooltipPosition="left">{{ workflow?.source.topicAutomatic }}</span>
<span>{{ workflow?.source.topicAutomatic }}</span>
</div>
</div>
</mat-cell>
Expand Down

0 comments on commit 8279856

Please sign in to comment.