Skip to content

Commit

Permalink
refactor read page view
Browse files Browse the repository at this point in the history
  • Loading branch information
reziamini committed Apr 10, 2021
1 parent 65eeb1f commit 9a21f42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Commands/stub/blade/read.blade.stub
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@
{{ ${{ model }}s->appends(request()->query())->links() }}
</div>

<div wire:loading wire:target="previousPage" class="loader-page"></div>
<div wire:loading wire:target="gotoPage" class="loader-page"></div>
<div wire:loading wire:target="nextPage" class="loader-page"></div>
<div wire:loading wire:target="nextPage,gotoPage,previousPage" class="loader-page"></div>

</div>
</div>
Expand Down

0 comments on commit 9a21f42

Please sign in to comment.