-
Notifications
You must be signed in to change notification settings - Fork 427
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
The logic for viewing prompt inputs doesn't handle the case well when an input is falsy:
In this case the real input was an empty string (as was intended).
const getRenderText = () => {
if (selectedProperties) {
return selectedProperties[keyName] || "{{undefined}}";
} else {
return keyName;
}
};
Relevant log output
No response
Twitter / LinkedIn details
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working