Skip to content

Commit

Permalink
Fix autostart always false (#19643)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustard-mh authored Apr 20, 2024
1 parent 64d431b commit 167ebf5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ export function CreateWorkspacePage() {
const needsGitAuthorization = useNeedsGitAuthorization();

useEffect(() => {
setAutostart(false);
setContextURL(StartWorkspaceOptions.parseContextUrl(location.hash));
setSelectedProjectID(undefined);
setNextLoadOption("searchParams");
Expand Down

0 comments on commit 167ebf5

Please sign in to comment.