Skip to content

Commit

Permalink
Fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
distantnative committed Jun 8, 2024
1 parent 26b9815 commit 2c08e56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion config/areas/site/requests.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
use Kirby\Cms\App;
use Kirby\Cms\Find;
use Kirby\Toolkit\I18n;
use Kirby\Toolkit\Str;

return [
'tree' => [
Expand Down
2 changes: 1 addition & 1 deletion panel/src/components/Navigation/Tree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default {
this.$set(item, "open", false);
this.$emit("close", item);
},
hasPaginate(item) {
hasPaginate() {
return false;
},
open(item) {
Expand Down

0 comments on commit 2c08e56

Please sign in to comment.