Skip to content

Commit ac3add6

Browse files
committed
feat: switch navigate of lookupSubject to subject table page
1 parent a147dd8 commit ac3add6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)