You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue was that the full list of tasks (tasks) was not filtered by the project id (projectId). As a result, when switching between projects, tasks from all projects were displayed instead of showing only the tasks belonging to the selected project.
The solution was to filter the tasks in the SelectedProject component so that only the tasks associated with the selected project are included.
The issue was that the full list of tasks (tasks) was not filtered by the project id (projectId). As a result, when switching between projects, tasks from all projects were displayed instead of showing only the tasks belonging to the selected project.
The solution was to filter the tasks in the SelectedProject component so that only the tasks associated with the selected project are included.
The text was updated successfully, but these errors were encountered: