-
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
chore(10dlc): update notifications #1606
Conversation
src/config.js
Outdated
@@ -445,6 +445,11 @@ const validators = { | |||
"A comma separated list of contact fields to not ship to the client. Can include 'external_id, cell, and lastName'", | |||
default: "" | |||
}), | |||
HIDE_10DLC_REGISTRATION_WARNING: bool({ |
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.
nit: prefer having affirmative variables as that's a bit easier to use and read.
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.
Bad existing practice throwing me off 😆 so also opened #1614
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.
LGTM! Please resolve the nit by Mira if you can!
Description
This PR:
Motivation and Context
Closes #1586
How Has This Been Tested?
This has been tested locally.
Screenshots (if appropriate):
Documentation Changes
@politics-rewired/spoke-client is already aware, but dates + screenshots in our 10DLC articles need to be updated.
Checklist: