We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32acce commit 04e1391Copy full SHA for 04e1391
packages/app/src/app/pages/WaitList/index.tsx
@@ -47,8 +47,7 @@ export const WaitListRequest = () => {
47
e => e.name === 'beta'
48
);
49
if (isFeatureFlagBeta) {
50
- // TODO: temp dashboard URL
51
- history.replace('/dashboard/beta');
+ history.replace('/p/dashboard');
52
return null;
53
}
54
0 commit comments