appsmith
appsmith copied to clipboard
fix: bug invalid button label on the button in table widget #17940
Description:
As a user of the Appsmith platform,
I want the button label in the Table widget to handle arrays of strings with empty strings correctly,
so that no invalid labels are shown on the buttons. Will show the default value.
I have raised this PR to fix the
Invalid button label on the button in the table widget when we give empty string
Issue Link
Screenshots:
Before resoving bug:
After resoving bug:
Summary by CodeRabbit
-
Bug Fixes
- Improved handling of array values in the Table Widget, allowing empty strings to be returned as valid values. This enhances data processing accuracy when dealing with arrays.