Skip to content

Commit

Permalink
feat : redirect uri 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
guesung committed Dec 3, 2023
1 parent ea5074a commit 21e4a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/getNotificationPath.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const getNotificationPath = (type: string, redirectId: number) => {
path = `/grouping/${redirectId}/manage`;
break;
case 'APPLY_APPROVE':
path = `/grouping/${redirectId}`;
path = `/grouping/${redirectId}?tab=articles`;
break;
}
return path;
Expand Down

0 comments on commit 21e4a89

Please sign in to comment.