Skip to content

Commit 622287f

Browse files
Merge pull request #159 from CodeWithDennis/remove-rand-from-tree-key
Update tree key value to 'select-tree-key' in SelectTree class
2 parents 22a21d4 + 2d8373b commit 622287f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SelectTree.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ protected function setUp(): void
148148
static fn (SelectTree $component): ?Action => $component->getCreateOptionAction(),
149149
]);
150150

151-
$this->treeKey('treeKey-'.rand());
151+
$this->treeKey('select-tree-key');
152152
}
153153

154154
protected function buildTree(): Collection

0 commit comments

Comments
 (0)