Revert useless changes
This commit is contained in:
@@ -180,8 +180,8 @@ export const Workbench = memo(({ chatStarted, isStreaming }: WorkspaceProps) =>
|
|||||||
alert("GitHub token is required. Push to GitHub cancelled.");
|
alert("GitHub token is required. Push to GitHub cancelled.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
workbenchStore.pushToGitHub(repoName, githubUsername, githubToken);
|
workbenchStore.pushToGitHub(repoName, githubUsername, githubToken);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div className="i-ph:github-logo" />
|
<div className="i-ph:github-logo" />
|
||||||
|
|||||||
Reference in New Issue
Block a user