iamshaunjp / React-Firebase

All course files for the Net Ninja React & Firebase course.
493 stars 494 forks source link

Fix: Add Transaction Form does not clear fields when a transaction is added to Firebase #14

Closed TestEdit153 closed 2 years ago

TestEdit153 commented 2 years ago

Fix: Add Transaction Form does not clear fields when a transaction is successfully submitted to Firebase DB

setIsCancelled() should set the isCancelled state to the default of false inside the cleanup function.