Skip to content

Commit

Permalink
chore: 린트 경고 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn2468 committed Oct 11, 2024
1 parent 38ffa63 commit 6930f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/admin/src/pages/ShowInfoPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const ShowInfoPage = () => {
toast.success('공연 정보를 저장했습니다.');
setPreviewDrawerOpen(false);
},
[editShowInfoMutation, imageFiles, show, showImages, uploadShowImageMutation],
[editShowInfoMutation, imageFiles, show, showImages, toast, uploadShowImageMutation],
);

const confirmSaveShowInfo = useCallback(async () => {
Expand All @@ -130,7 +130,7 @@ const ShowInfoPage = () => {
}

return true;
}, [isImageFilesDirty, onSubmit, showInfoForm]);
}, [confirm, isImageFilesDirty, onSubmit, showInfoForm]);

useEffect(() => {
if (!show) return;
Expand Down

0 comments on commit 6930f63

Please sign in to comment.