-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
switch contact action to text #418
switch contact action to text #418
Conversation
✅ Deploy Preview for tsml-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -189,8 +189,8 @@ export default function Meeting({ | |||
if (meeting[`contact_${i}_phone` as keyof typeof Meeting]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure how often folks enter a phone without a name (contact_1_name
doesn't exist but contact_1_phone
does), could the group name default in the button label?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks - i set it up this way to encourage admins to enter a name, since the intent of this field is to list individuals (there's a separate field in the plugin for group / meeting phone
) but happy to discuss it
i'll move forward with this change since it's not altering the behavior
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, works well locally. Tested in English and Spanish. Put one question in, but it doesn't impact this change.
closes #396