fix: #19252 - Picklist showSourceFilter/showTargetFilter not working#19281
fix: #19252 - Picklist showSourceFilter/showTargetFilter not working#19281cetincakiroglu merged 1 commit intomasterfrom
Conversation
|
Thank you for your contribution! We will review your PR shortly. Please make sure to manually link it to an issue for proper tracking. |
AI Code ReviewLooks Good SummaryFix for Picklist filter visibility: Changes the filter binding to respect showSourceFilter and showTargetFilter properties by combining them with filterBy using logical AND operators Issue AlignmentPerfectly addresses the linked issue. The bug was that showSourceFilter/showTargetFilter properties were not working - filters were always shown when filterBy was set. The fix ensures filters are only shown when both filterBy is set AND the corresponding show*Filter property is true. This is an automated review. A maintainer will provide final approval. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
fixes: #19252