Skip to content

Commit 3d9109c

Browse files
committed
Add missing call to the parent field setUp method.
1 parent 160bcb6 commit 3d9109c

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)