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

Fix issue #4774: [Bug]: "Import Project" button does not work as expected #4775

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

openhands-agent
Copy link
Contributor

@openhands-agent openhands-agent commented Nov 6, 2024

This pull request fixes #4774.

The issue has been successfully resolved through a PR that fixes the immediate navigation problem in the project import functionality. The changes include:

Automatic fix generated by OpenHands 🙌


To run this PR locally, use the following command:

docker run -it --rm   -p 3000:3000   -v /var/run/docker.sock:/var/run/docker.sock   --add-host host.docker.internal:host-gateway   -e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:f4fc6cb-nikolaik   --name openhands-app-f4fc6cb   docker.all-hands.dev/all-hands-ai/openhands:f4fc6cb

Copy link
Contributor

@neubig neubig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests are failing, please make sure that the frontend tests run appropriately.

@neubig neubig added the fix-me Attempt to fix this issue with OpenHands. label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix-me Attempt to fix this issue with OpenHands.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: "Import Project" button does not work as expected
2 participants