Implement account and transaction upsert functionality; add updateAccounts API endpoint
This commit is contained in:
@ -63,7 +63,7 @@
|
||||
<h4>${currentTransaction?.amount}</h4>
|
||||
<p> {currentTransaction?.date?.toDateString()}</p>
|
||||
<div>
|
||||
<textarea bind:value={notes} class="textarea w-100"/>
|
||||
<textarea bind:value={notes} class="textarea w-100"></textarea>
|
||||
</div>
|
||||
<button onclick={() => saveNotes()} class="btn btn-primary mt-4">Save</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user