Skip to content

Commit

Permalink
Remove confirm button by default
Browse files Browse the repository at this point in the history
  • Loading branch information
forxer committed Jul 12, 2022
1 parent 0dc1f67 commit e56fac8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

3.2.1 (2022-07-12)
------------------

- Remove confirm button by default


3.2.0 (2022-07-11)
------------------

Expand Down
4 changes: 2 additions & 2 deletions resources/views/sweetalert2.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
position: 'top',
timerProgressBar: true,
width: '35em',
showConfirmButton: false,
@if ($title)
title: '{!! $title !!}',
@endif
Expand Down Expand Up @@ -57,8 +58,7 @@
@case ('success')
Toast.fire({
timer: 7500,
showConfirmButton: false
timer: 7500
})
@break
Expand Down

0 comments on commit e56fac8

Please sign in to comment.