Automatically select purchase when adding session

This commit is contained in:
2023-01-16 21:19:20 +01:00
parent 2553d6f9e6
commit e51d586255
4 changed files with 10 additions and 3 deletions

View File

@ -23,7 +23,7 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="self-center w-6 h-6 inline">
<path stroke-linecap="round" stroke-linejoin="round" d="M5.25 5.653c0-.856.917-1.398 1.667-.986l11.54 6.348a1.125 1.125 0 010 1.971l-11.54 6.347a1.125 1.125 0 01-1.667-.985V5.653z" />
</svg>
{{ dataset.last.purchase }}
{{ last.purchase }}
</button>
</a>
{% endif %}