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