Skip to content

Commit 4df28cd

Browse files
cklei-carlygithub-actions[bot]
authored andcommitted
Fix styling
1 parent 1865dce commit 4df28cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Livewire/ContentSidebar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function mount()
4343
// Do not show seleccted record if it is a table node
4444
if ($this->isDisplayChildrenAsTable($record?->parent)) {
4545
$this->setSelectedModelItem([$record->parent->getKey()], merge: false, replace: true);
46-
}
46+
}
4747
// Expand ancestors nodes
4848
else {
4949
$this->expandParentModelItemIfSelected($this->selectedModelItemKeys);

0 commit comments

Comments
 (0)