Skip to content

Commit

Permalink
Merge pull request #1873 from gettakaro/main-promotion
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele authored Jan 5, 2025
2 parents 83999e6 + be1e897 commit c744c8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export const GenericSelectQueryField = forwardRef<HTMLInputElement, GenericSelec
})}
</ul>
),
) ?? []),
)?.filter(Boolean) ?? []),
];
}, [children]);

Expand Down

0 comments on commit c744c8b

Please sign in to comment.