Actually call backend for edit
This commit is contained in:
parent
05099e469f
commit
5621d63436
@ -27,8 +27,7 @@ const payload = computed(() => JSON.stringify({
|
||||
|
||||
function saveTransaction(e: MouseEvent) {
|
||||
e.preventDefault();
|
||||
console.log(TX);
|
||||
//accountStore.saveTransaction(payload.value);
|
||||
accountStore.editTransaction(TX.ID, payload.value);
|
||||
}
|
||||
</script>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user