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.
2 parents 2e69bbc + 1d1d3d4 commit 3b1bef4Copy full SHA for 3b1bef4
src/SelectTree.php
@@ -136,6 +136,8 @@ protected function setUp(): void
136
return $component->getCustomKey($record);
137
});
138
139
+ $this->dehydrated(fn (SelectTree $component): bool => ! $component->getRelationship() instanceof BelongsToMany);
140
+
141
$this->suffixActions([
142
static fn (SelectTree $component): ?Action => $component->getCreateOptionAction(),
143
]);
0 commit comments