Skip to content

Commit

Permalink
modify. input alert 버튼 위치 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hyu-dev committed Jan 9, 2024
1 parent 84cf951 commit 6e245b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/utils/Alert/Alert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ const input: TSwal = (args) => {
inputAttributes: {
autocapitalize: 'off'
},
showCancelButton: true,
confirmButtonText: '확인',
cancelButtonText: '취소',
confirmButtonText: '확인',
showCancelButton: true,
showLoaderOnConfirm: true,
reverseButtons: true,
allowOutsideClick: () => !Swal.isLoading(),
...args
});
Expand Down

0 comments on commit 6e245b4

Please sign in to comment.