mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-15 03:41:36 +00:00
Cleanup
This commit is contained in:
parent
2b6aa8a06e
commit
9fb2dbb691
@ -1,4 +1,3 @@
|
|||||||
using AIStudio.Dialogs;
|
|
||||||
using AIStudio.Tools.Rust;
|
using AIStudio.Tools.Rust;
|
||||||
using AIStudio.Tools.Services;
|
using AIStudio.Tools.Services;
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
@inherits MSGComponentBase
|
@inherits MSGComponentBase
|
||||||
|
|
||||||
|
|
||||||
<MudDialog>
|
<MudDialog>
|
||||||
<DialogContent>
|
<DialogContent>
|
||||||
<MudJustifiedText Typo="Typo.body1" Class="mb-3">
|
<MudJustifiedText Typo="Typo.body1" Class="mb-3">
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
using System.Formats.Asn1;
|
using AIStudio.Components;
|
||||||
using AIStudio.Components;
|
|
||||||
using AIStudio.Tools.Services;
|
using AIStudio.Tools.Services;
|
||||||
using Microsoft.AspNetCore.Components;
|
using Microsoft.AspNetCore.Components;
|
||||||
|
|
||||||
@ -30,7 +29,6 @@ public partial class DocumentCheckDialog : MSGComponentBase
|
|||||||
[Inject]
|
[Inject]
|
||||||
private ILogger<ReadFileContent> Logger { get; init; } = null!;
|
private ILogger<ReadFileContent> Logger { get; init; } = null!;
|
||||||
|
|
||||||
|
|
||||||
protected override async Task OnAfterRenderAsync(bool firstRender)
|
protected override async Task OnAfterRenderAsync(bool firstRender)
|
||||||
{
|
{
|
||||||
if (firstRender && !string.IsNullOrEmpty(this.FilePath))
|
if (firstRender && !string.IsNullOrEmpty(this.FilePath))
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
using AIStudio.Dialogs;
|
using AIStudio.Dialogs;
|
||||||
using AIStudio.Provider;
|
|
||||||
using AIStudio.Tools.PluginSystem;
|
using AIStudio.Tools.PluginSystem;
|
||||||
using AIStudio.Tools.Services;
|
using AIStudio.Tools.Services;
|
||||||
using DialogOptions = AIStudio.Dialogs.DialogOptions;
|
using DialogOptions = AIStudio.Dialogs.DialogOptions;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user