Skip to content

Commit

Permalink
feat: 에러 케이스 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn2468 committed Feb 12, 2024
1 parent 1271817 commit faa7078
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/admin/src/components/SettlementDialogContent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ const SettlementDialogContent = ({ onClose }: Props) => {
await queryClient.invalidateQueries({ queryKey: queryKey.userAccountInfo.queryKey });
onClose?.();
},
onError: () => {
toast.error('잠시후에 다시 시도하세요.');
},
});
};

Expand Down

0 comments on commit faa7078

Please sign in to comment.