Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ale-Zuddas committed Feb 5, 2025
1 parent 326b959 commit 3a4314c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/z-select/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ export class ZSelect {

if (!searchString?.length) {
this.itemsList = prevList;
this.flattenedList = this.flattenTreeItems(this.itemsList);

return;
}
Expand Down

0 comments on commit 3a4314c

Please sign in to comment.