We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ccc92 commit 407a743Copy full SHA for 407a743
src/resources/views/crud/columns/inc/bulk_actions_checkbox.blade.php
@@ -59,7 +59,7 @@ function markCheckboxAsCheckedIfPreviouslySelected() {
59
let hasFilterApplied = false;
60
61
if (tableUrl.indexOf('?') > -1) {
62
- if(tableUrl.substring(tableUrl.indexOf('?') + 1).length > 0) {
+ if (tableUrl.substring(tableUrl.indexOf('?') + 1).length > 0) {
63
hasFilterApplied = true;
64
}
65
0 commit comments