fixed new sum ($2k for this mistake)

This commit is contained in:
you 2024-09-09 20:44:39 +03:00
parent 7cc40b763f
commit cd92a3bb46

View File

@ -214,7 +214,7 @@
<div class="flex flex-col p-4 bg-base-100 rounded-md">
<p>Укажите новую сумму ({foundedDispute["currency_code"]})</p>
<input
on:click={newSum}
bind:value={newSum}
type="number"
class="input input-bordered min-w-[320px]"
/>