When we delete, we may have deleted everything on the current page, so dont advance
This commit is contained in:
parent
629202c9dd
commit
40b9910d8d
@ -24,7 +24,7 @@
|
||||
<form action="{{ $return }}" method="POST">
|
||||
@csrf
|
||||
|
||||
<input type="hidden" name="page" value="{{ $catalog->hasMorePages() ? $catalog->currentPage()+1 : NULL }}">
|
||||
<input type="hidden" name="page" value="{{ $catalog->hasMorePages() ? $catalog->currentPage() : NULL }}">
|
||||
<input type="hidden" name="type" value="{{ $type }}">
|
||||
|
||||
@include('catalog.widgets.list')
|
||||
|
Loading…
Reference in New Issue
Block a user