Skip to content

Commit 8412e84

Browse files
authored
Update TAjaxSelect.php
1 parent 8404e32 commit 8412e84

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Form/TAjaxSelect.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ private function initiateItems($value = null): void
134134
}
135135

136136
if (!\in_array($value ?? $this->value, [null, '', []], true)) {
137-
bdump('here');
138137
$this->items = $this->getData('', $value ?? $this->value);
139138
} else {
140139
$this->items = $this->getData();

0 commit comments

Comments
 (0)