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 a5605e2 commit 2ce6d23Copy full SHA for 2ce6d23
apps/web/src/routes/_app/datahub/index.tsx
@@ -143,7 +143,7 @@ const RouteComponent = () => {
143
setIsLookupOpen(false);
144
} else {
145
addNotification({ type: 'success' });
146
- await navigate({ to: `./${response.data.id}/assignments` });
+ await navigate({ to: `./${response.data.id}/table` });
147
}
148
};
149
0 commit comments