Skip to content

Commit

Permalink
fix: update to id instead of target to match spec
Browse files Browse the repository at this point in the history
  • Loading branch information
devfreddy committed Nov 5, 2021
1 parent 165c102 commit 2ce5b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InstallButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const InstallButton = ({ quickstart, location, ...props }) => {
const startTarget = btoa(
JSON.stringify({
source: 'nrio',
target: quickstart.id,
id: quickstart.id,
})
);
Cookies.set('start_target', startTarget, options);
Expand Down

0 comments on commit 2ce5b59

Please sign in to comment.