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 1865dce commit 4df28cdCopy full SHA for 4df28cd
src/Livewire/ContentSidebar.php
@@ -43,7 +43,7 @@ public function mount()
43
// Do not show seleccted record if it is a table node
44
if ($this->isDisplayChildrenAsTable($record?->parent)) {
45
$this->setSelectedModelItem([$record->parent->getKey()], merge: false, replace: true);
46
- }
+ }
47
// Expand ancestors nodes
48
else {
49
$this->expandParentModelItemIfSelected($this->selectedModelItemKeys);
0 commit comments