Can create new movement when performing mapping

This commit is contained in:
2025-05-14 19:44:37 +02:00
parent 7c1cd96691
commit cc512e648c
2 changed files with 149 additions and 75 deletions

View File

@ -130,7 +130,7 @@ export function UpdateMovementDialog(p: {
setMovement((m) => {
return {
...m,
amount: m.amount,
amount: l,
};
})
}