Skip to content

Commit

Permalink
solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasyl Pylypchynets committed Jan 8, 2025
1 parent a340d7a commit 7ebd5b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ export const App: React.FC = () => {
setErrorMessage('Unable to delete a todo');
} finally {
setIsLoadingChange(false);
setDeleteTodoId(null);
}
}
}
Expand Down

0 comments on commit 7ebd5b8

Please sign in to comment.