Skip to content

Commit

Permalink
refactor(cf-deploy): 🎉 add deploy side at form
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Mar 7, 2024
1 parent ab6b4e5 commit 35cc67a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.38.0",
"version": "0.38.1",
"private": true,
"scripts": {
"dev": "GENERATE_SOURCEMAP=false react-scripts start",
Expand Down
8 changes: 0 additions & 8 deletions src/contexts/FormContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,6 @@ export default ({ children }: any) => {
page: "robot",
}));

setTimeout(() => {
window.location.href = `/${
selectedState?.organization?.name?.split("_")[1]
}/${selectedState?.roboticsCloud?.name}/${
selectedState?.instance?.name
}/${selectedState?.fleet?.name}/${robotData?.step1?.details?.name}?deploy=true}`;
}, 2000);

return;
}

Expand Down

0 comments on commit 35cc67a

Please sign in to comment.