Revert useless changes
Browse files
app/components/workbench/Workbench.client.tsx
CHANGED
@@ -180,8 +180,8 @@ export const Workbench = memo(({ chatStarted, isStreaming }: WorkspaceProps) =>
|
|
180 |
alert("GitHub token is required. Push to GitHub cancelled.");
|
181 |
return;
|
182 |
}
|
183 |
-
|
184 |
-
|
185 |
}}
|
186 |
>
|
187 |
<div className="i-ph:github-logo" />
|
|
|
180 |
alert("GitHub token is required. Push to GitHub cancelled.");
|
181 |
return;
|
182 |
}
|
183 |
+
|
184 |
+
workbenchStore.pushToGitHub(repoName, githubUsername, githubToken);
|
185 |
}}
|
186 |
>
|
187 |
<div className="i-ph:github-logo" />
|