Skip to content

Commit

Permalink
Setting the selected package to the install button
Browse files Browse the repository at this point in the history
Making this change so that we can test the actual deployed NPM package.
  • Loading branch information
gmkung authored Aug 23, 2023
1 parent de1441b commit 6a88251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/site/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const Index = () => {
};

const handleConnectClick = async () => {
const defaultSnapOrigin = `local:http://localhost:8080`;
const defaultSnapOrigin = `npm:{selectedPackage}`;

try {
await connectSnap(defaultSnapOrigin);
Expand Down

0 comments on commit 6a88251

Please sign in to comment.