This PR fixes the issue where the modal does not close when the close button is clicked. The event handler for the close button in the modal code was modified to correctly close the modal when clicked.
Summary of Changes
Modified the event handler for the close button in the src/modal.js file to correctly close the modal when clicked.
Fixes #5.
🎉 Latest improvements to Sweep:
Getting Sweep to run linters before committing! Check out Sweep Sandbox Configs to set it up.
Added support for self-hosting! Check out Self-hosting Sweep to get started.
[Self Hosting] Multiple options to compute vector embeddings, configure your .env file using VECTOR_EMBEDDING_SOURCE
💡 To get Sweep to edit this pull request, you can:
Leave a comment below to get Sweep to edit the entire PR
Leave a comment in the code will only modify the file
Edit the original issue to get Sweep to recreate the PR from scratch
PR Feedback: 👎
Description
This PR fixes the issue where the modal does not close when the close button is clicked. The event handler for the close button in the modal code was modified to correctly close the modal when clicked.
Summary of Changes
src/modal.js
file to correctly close the modal when clicked.Fixes #5.
🎉 Latest improvements to Sweep:
💡 To get Sweep to edit this pull request, you can: