Fixed Left menu livewire event fire issue..

This commit is contained in:
Cüneyt Şentürk
2022-06-07 00:12:59 +03:00
parent 2a9c88bb5d
commit ced67bded1
5 changed files with 51 additions and 31 deletions

View File

@ -28,6 +28,8 @@ class Neww extends Component
foreach($menu->getItems() as $item) {
if ($this->availableInSearch($item)) {
$this->neww[] = $item;
continue;
}