Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(EditView.tsx): remove unnecessary console.error statement and add…
… error notification toggle The console.error statement is removed as it is not necessary for the catch block. Instead, an error notification toggle is added to handle any errors that occur during the try block. This improves the code by removing unnecessary logging and providing a more user-friendly way to handle errors.
- Loading branch information