mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-13 06:01:37 +00:00
Removed unused variable & unnecessary conversion
This commit is contained in:
parent
2e41dd5b69
commit
3c6ab6a970
@ -3,10 +3,7 @@
|
||||
@if (this.UseSmallForm)
|
||||
{
|
||||
<div @onmouseenter="@this.OnMouseEnter" @onmouseleave="@this.OnMouseLeave">
|
||||
@{
|
||||
var fileInfos = this.DocumentPaths.Select(file => new FileInfo(file)).ToList();
|
||||
}
|
||||
@if (fileInfos.Any())
|
||||
@if (this.DocumentPaths.Any())
|
||||
{
|
||||
<MudTooltip Text="@T("Click to see your attached files")" Placement="@TOOLBAR_TOOLTIP_PLACEMENT">
|
||||
<MudBadge
|
||||
|
||||
Loading…
Reference in New Issue
Block a user