Skip to content

Commit 2e56f81

Browse files
authored
Merge pull request #5 from wallacemaxters/master
Adding ->native(false) because it fix the html render
2 parents 6775ffa + 65c9fb0 commit 2e56f81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Components/IconPicker.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ protected function setUp(): void
2424
->toArray()
2525
);
2626

27+
28+
$this->native(false);
29+
2730
$this->getSearchResultsUsing(function (string $search): array {
2831

2932
if (empty($search)) {

0 commit comments

Comments
 (0)