Fix CSV errors for rendering (#514)

This commit is contained in:
Thomas Miceli
2025-09-29 19:02:33 +02:00
committed by GitHub
parent 92c5569538
commit 5ef5518795
7 changed files with 21 additions and 15 deletions

View File

@@ -55,7 +55,7 @@
</div>
<div class="overflow-auto">
{{ if $file.MimeType.IsText }}
{{ if $file.MimeType.IsCSV }}
{{ if eq $file.InternalType "CSVFile" }}
<table class="csv-table">
<thead>
<tr>

View File

@@ -17,7 +17,7 @@
</div>
{{ end }}
{{ if $file.MimeType.IsText }}
{{ if $file.MimeType.IsCSV }}
{{ if eq $file.InternalType "CSVFile" }}
<table class="csv-table">
<thead>
<tr>