Skip to content

Commit

Permalink
fix: change to dev for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
beguene committed Oct 12, 2023
1 parent 97a6f12 commit b3d7557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/sandbox/deploy/LeftSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const LeftSection: FC = () => {
const state = btoa(JSON.stringify(paramsBase64));

Check warning on line 107 in src/app/sandbox/deploy/LeftSection.tsx

View check run for this annotation

Codecov / codecov/patch

src/app/sandbox/deploy/LeftSection.tsx#L105-L107

Added lines #L105 - L107 were not covered by tests

// 'state' param is used by Auth0 to forward the params after the login portal
window.open(`https://platform.stg.hiro.so/projects/import?state=${state}`);
window.open(`https://platform.hiro.so/projects/import?state=${state}`);

Check warning on line 110 in src/app/sandbox/deploy/LeftSection.tsx

View check run for this annotation

Codecov / codecov/patch

src/app/sandbox/deploy/LeftSection.tsx#L110

Added line #L110 was not covered by tests
}}
width="100%"
>
Expand Down

0 comments on commit b3d7557

Please sign in to comment.