KI-AGENT: Dateivorschauen authentifiziert laden
This commit is contained in:
@@ -119,8 +119,9 @@ function isImage(file) {
|
||||
v-else-if="activeFile && isImage(activeFile)"
|
||||
class="p-4 flex justify-center"
|
||||
>
|
||||
<img
|
||||
:src="activeFile.url"
|
||||
<AuthenticatedFilePreview
|
||||
:file-id="activeFile.id"
|
||||
:path="activeFile.path"
|
||||
class="max-w-full max-h-[80vh] rounded-lg shadow"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user