Clicking "Add" if transaction amount field is empty throws an error and spins endlessly
planned
Y
Yuan
- Create new transaction
- Click on "add" without adding any field
- A toast appears saying there is an error and the add button stays as a spinner.
The BE returns an error the following way:
POST /transactions 200 OK
{
error ["Transaction 0 is missing an amount."]
}
Log In
Jen from Lunch Money
marked this post as
planned