Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainjule committed Feb 26, 2022
1 parent 4021b5b commit a3a97c6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/pagetable.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
'query' => function(string $query = '') {
return $query;
},
'mobileColumn' => function($mobileColumn = false) {
return $mobileColumn;
},
'url' => function($url = 'panel') {
return $url;
}
Expand Down Expand Up @@ -224,7 +221,7 @@
$url = $item->panel()->url(true);
}
if($this->url == 'preview') {
$url = $item->url();
$url = $item->previewUrl();
}

$baseOptions = [
Expand Down

0 comments on commit a3a97c6

Please sign in to comment.