Skip to content

Commit c9a6470

Browse files
Merge pull request #169 from gehrisandro/sandro/fix-missing-parent-setup
4.x: Fix missing parent setup
2 parents 160bcb6 + 3d9109c commit c9a6470

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
@@ -94,6 +94,8 @@ class SelectTree extends Field implements HasAffixActions
9494

9595
protected function setUp(): void
9696
{
97+
parent::setUp();
98+
9799
// Load the state from relationships using a callback function.
98100
$this->loadStateFromRelationshipsUsing(static function (self $component): void {
99101
// Get the current relationship associated with the component.

0 commit comments

Comments
 (0)