mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 23:08:04 -05:00
chore: add back accidentally removed repo info (#5532)
This commit is contained in:
@@ -52,6 +52,7 @@ export const useWSStatusChange = () => {
|
|||||||
|
|
||||||
if (gitHubToken && selectedRepository) {
|
if (gitHubToken && selectedRepository) {
|
||||||
dispatch(clearSelectedRepository());
|
dispatch(clearSelectedRepository());
|
||||||
|
additionalInfo = `Repository ${selectedRepository} has been cloned to /workspace. Please check the /workspace for files.`;
|
||||||
} else if (importedProjectZip) {
|
} else if (importedProjectZip) {
|
||||||
// if there's an uploaded project zip, add it to the chat
|
// if there's an uploaded project zip, add it to the chat
|
||||||
additionalInfo =
|
additionalInfo =
|
||||||
|
|||||||
Reference in New Issue
Block a user