Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the delete bug #12

Merged
merged 2 commits into from
Mar 16, 2024
Merged

Fixed the delete bug #12

merged 2 commits into from
Mar 16, 2024

Conversation

shibo911
Copy link
Contributor

FIXES #3

to-do-list.-.Google.Chrome.2024-03-16.12-20-27.mp4

in the App.js file, the onDelete function was already defined which was passed as a prop to the TodoList component but the TodoList component was not taking that prop. then we used the same onDelete prop in Todo component to call the function. attached the screen recording to showcase the working of the delete button.

@PavanaSakethaRam
Copy link
Contributor

@shibo911 LGTM!! Good Work n Thanks for contributing.

@PavanaSakethaRam
Copy link
Contributor

@shibo911 From nxt time make sure ur only updating the files related for this issue as I see u have updated the Readme.md file too whuich is not related to this issue. Happy Contributing !!😄

@PavanaSakethaRam PavanaSakethaRam merged commit 4587f31 into iiitl:main Mar 16, 2024
@shibo911
Copy link
Contributor Author

@shibo911 From nxt time make sure ur only updating the files related for this issue as I see u have updated the Readme.md file too whuich is not related to this issue. Happy Contributing !!😄

sorry my bad, i did some mistake in git branching which caused this. again apologies and thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Delete function
2 participants