-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The Todos are not loading and shown correctly in the todolist
Expected Behavior
When the app is loaded, it should display all the todos present in the todo list. On adding a new todo and reloading the page, it will display the todo that has been added recently. Also, to could be edited and deleted and those changes are reflected in the todo list
Current Behavior
When app is opened only 1 todo is visible even if the database has multiple todos, newly added todo is being reflected to the database but not visible in the frontend.On using actions like edit or delete, there is no change on the item in the todo list
Steps to Reproduce
- Goto todo list, if there are multiple todos present in the database, only 1 will be rendered in the todo list
- If added new todo, it is not shown in the todo list
- When editing or deleting the todo, it is not showing any effect on the todo list
Metadata
Metadata
Assignees
Labels
No labels