Skip to content

Commit 62f8f09

Browse files
committed
fix: component dehydration
1 parent db9ef2f commit 62f8f09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/SelectTree.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ protected function setUp(): void
121121
$this->suffixActions([
122122
static fn (SelectTree $component): ?Action => $component->getCreateOptionAction(),
123123
]);
124+
125+
$this->dehydrated(false);
124126
}
125127

126128
private function buildTree(): Collection

0 commit comments

Comments
 (0)