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.
2 parents 09351fb + 79568c1 commit cf9748fCopy full SHA for cf9748f
src/components/modal/InviteDashboard.tsx
@@ -68,10 +68,6 @@ export default function InviteDashboard({ onClose }: { onClose?: () => void }) {
68
69
toast.success("멤버 초대에 성공했습니다.");
70
onClose?.();
71
-
72
- setTimeout(() => {
73
- window.location.reload();
74
- }, 1500);
75
} catch (error) {
76
if (error instanceof AxiosError) {
77
if (error.response?.status === 403) {
0 commit comments