Skip to content

Commit 2ce6d23

Browse files
committed
feat: switch navigate of lookupSubject to subject table page
1 parent a5605e2 commit 2ce6d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/routes/_app/datahub/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ const RouteComponent = () => {
143143
setIsLookupOpen(false);
144144
} else {
145145
addNotification({ type: 'success' });
146-
await navigate({ to: `./${response.data.id}/assignments` });
146+
await navigate({ to: `./${response.data.id}/table` });
147147
}
148148
};
149149

0 commit comments

Comments
 (0)