Skip to content

Commit 04e1391

Browse files
authored
Update wailist dashboard link (codesandbox#6485)
1 parent b32acce commit 04e1391

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/app/src/app/pages/WaitList/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ export const WaitListRequest = () => {
4747
e => e.name === 'beta'
4848
);
4949
if (isFeatureFlagBeta) {
50-
// TODO: temp dashboard URL
51-
history.replace('/dashboard/beta');
50+
history.replace('/p/dashboard');
5251
return null;
5352
}
5453

0 commit comments

Comments
 (0)