From 2d8373b386f1765a2cd40e8833cbf5abd1d090ec Mon Sep 17 00:00:00 2001 From: CodeWithDennis Date: Sat, 24 May 2025 17:41:47 +0200 Subject: [PATCH] Update tree key value to 'select-tree-key' in SelectTree class --- src/SelectTree.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SelectTree.php b/src/SelectTree.php index 2c90955..bf2fdd8 100644 --- a/src/SelectTree.php +++ b/src/SelectTree.php @@ -148,7 +148,7 @@ protected function setUp(): void static fn (SelectTree $component): ?Action => $component->getCreateOptionAction(), ]); - $this->treeKey('treeKey-'.rand()); + $this->treeKey('select-tree-key'); } protected function buildTree(): Collection