diff --git a/app/MindWork AI Studio/Components/ReadFileContent.razor b/app/MindWork AI Studio/Components/ReadFileContent.razor index 48195b7f..f5813c1c 100644 --- a/app/MindWork AI Studio/Components/ReadFileContent.razor +++ b/app/MindWork AI Studio/Components/ReadFileContent.razor @@ -18,13 +18,13 @@ @T("Drop one file here to load its content.") } + + @if (this.hasLoadedFileContent) { - - - + } @@ -41,10 +41,8 @@ else @if (this.hasLoadedFileContent) { - - - + } -} +} \ No newline at end of file