Documentation update

This commit is contained in:
Marco Minerva
2025-02-28 11:52:36 +01:00
parent c662d34a2a
commit 86b8e611ea
5 changed files with 4 additions and 4 deletions
@@ -64,7 +64,7 @@ else
<thead>
<tr>
<th></th>
<th>Id</th>
<th>ID</th>
<th>Name</th>
<th>Content type</th>
<th>Number of chunks</th>
@@ -76,7 +76,7 @@ else
{
<tr>
<td>
<CheckboxInput @bind-Value="document.IsSelected" @onchange="StateHasChanged" />
<CheckboxInput @bind-Value="document.IsSelected" />
</td>
<td>@document.Id</td>
<td>@document.Name</td>