Skip to content

Commit 3c5de49

Browse files
Merge pull request #83 from saade/fix/relationship-dehydration
fix: component dehydration
2 parents db9ef2f + 62f8f09 commit 3c5de49

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)