-
Notifications
You must be signed in to change notification settings - Fork 919
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
[Purify] remove upsells and branding from pre-fork #391
Conversation
✅ DCO Check Passed cfa4523 |
|
||
export function createTileMapTypeDefinition(dependencies) { | ||
const CoordinateMapsVisualization = createTileMapVisualization(dependencies); | ||
const { uiSettings, getServiceSettings } = dependencies; | ||
|
||
return { | ||
name: 'tile_map', | ||
getInfoMessage: getDeprecationMessage, |
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.
Is this prop referenced elsewhere?
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.
This is optional on the type visType. So removing it here satisfies the problem we are seeing.
Left-over upsells and branding that were missed in previous updates since they are not easy to catch. Issues: opensearch-project#359 opensearch-project#388 opensearch-project#384 Signed-off-by: Kawika Avilla <[email protected]>
cfa4523
to
35e9a38
Compare
✅ DCO Check Passed 35e9a38 |
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
Left-over upsells and branding that were missed in previous updates since they are not easy to catch. Issues: #359 #388 #384 Signed-off-by: Kawika Avilla <[email protected]>
Left-over upsells and branding that were missed in previous updates since they are not easy to catch. Issues: #359 #388 #384 Signed-off-by: Kawika Avilla <[email protected]>
Description
Left-over upsells and branding that were missed in previous
updates since they are not easy to catch.
Signed-off-by: Kawika Avilla [email protected]
Issues Resolved
#359
#388
#384
Check List