Skip to content

Commit

Permalink
Remove the "data-request-form" attribute from the list action button.
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Jul 15, 2023
1 parent bb1c6f8 commit dbcffc9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class="py-1 {{ $button->cssClass }}"
data-attach-loading=""
data-request="{{ $this->getEventHandler('onBulkAction') }}"
data-request-data="code: '{{ $button->name }}'{{ $button->name === 'delete' ? ",_method:'DELETE'" : '' }}"
data-request-form="#list-form"
tabindex="0"
>{!! $button->label ?: $button->name !!}</button>
@endif

0 comments on commit dbcffc9

Please sign in to comment.