-
Notifications
You must be signed in to change notification settings - Fork 87
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
feat: address field #7966
base: develop
Are you sure you want to change the base?
feat: address field #7966
Conversation
Datadog ReportBranch report: ✅ 0 Failed, 1903 Passed, 1 Skipped, 4m 0.12s Total duration (2m 46.37s time saved) |
merged with develop
[BasicField.Address]: { | ||
label: 'Local address', | ||
icon: SlLocationPin, | ||
isSubmitted: true, |
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 Regarding searchAliases
: to get input from Ruchel + Kenneth before we release.
@@ -135,7 +135,6 @@ const transformFormInputCountryRegionToUpperCase = | |||
.filter((field) => field.fieldType === BasicField.CountryRegion) | |||
.map((field) => field._id), | |||
) | |||
|
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.
Accidental change here? It should be fine to leave a visual break here.
DRAFT - checking chromatic PR updates
Problem
Closes [insert issue #]
Solution
Breaking Changes
Features:
Improvements:
Bug Fixes:
Before & After Screenshots
BEFORE:
AFTER:
Tests
Deploy Notes
New environment variables:
env var
: env var detailsNew scripts:
script
: script detailsNew dependencies:
dependency
: dependency detailsNew dev dependencies:
dependency
: dependency details