Skip to content

Commit

Permalink
disable tree list mode
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Oct 19, 2023
1 parent 03ba5de commit 7af2d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/admin/src/PageAdmin.php
Expand Up @@ -64,7 +64,7 @@ protected function configure(): void
{
parent::configure();

$this->setListModes([...$this->getListModes(), ...['tree' => ['class' => 'fa fa-sitemap']]]);
// $this->setListModes([...$this->getListModes(), ...['tree' => ['class' => 'fa fa-sitemap']]]);
}

/**
Expand Down

0 comments on commit 7af2d03

Please sign in to comment.