fix: top files picker

This commit is contained in:
Ferdinand Mütsch 2023-03-22 20:49:47 +01:00
parent 4ee3da6f7e
commit 24fec41ec6
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@
<div class="flex justify-between">
<span class="font-semibold text-lg w-1/2 flex-1 whitespace-nowrap">Files</span>
<div class="flex justify-end flex-1 text-xs items-center">
<input type="number" min="1" id="entity-top-picker" data-entity="2" class="top-picker bg-gray-800 rounded-md text-center w-12" value="10">
<input type="number" min="1" id="entity-top-picker" data-entity="7" class="top-picker bg-gray-800 rounded-md text-center w-12" value="10">
</div>
</div>
<canvas id="chart-entities" class="mt-4"></canvas>