Skip to content

Commit cf9748f

Browse files
authored
Merge pull request #175 from part3-4team-Taskify/feature/Gnb
[Refactor] 초대 성공 시 새로고침 기능 제거
2 parents 09351fb + 79568c1 commit cf9748f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/components/modal/InviteDashboard.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ export default function InviteDashboard({ onClose }: { onClose?: () => void }) {
6868

6969
toast.success("멤버 초대에 성공했습니다.");
7070
onClose?.();
71-
72-
setTimeout(() => {
73-
window.location.reload();
74-
}, 1500);
7571
} catch (error) {
7672
if (error instanceof AxiosError) {
7773
if (error.response?.status === 403) {

0 commit comments

Comments
 (0)