fix: swalFire confirm 취소 시 확인하는 조건 수정
This commit is contained in:
parent
d346e8fe42
commit
b8972c059e
@ -35,7 +35,7 @@ export const useSwal = () => {
|
||||
}).then((result) => {
|
||||
if (result.isConfirmed) {
|
||||
confirmFn()
|
||||
} else if (result.isDenied) {
|
||||
} else if (result.isDismissed) {
|
||||
denyFn()
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user