-
Notifications
You must be signed in to change notification settings - Fork 2k
Domains: Replace the inaccurate "type" with a new "subtype" #105577
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
base: trunk
Are you sure you want to change the base?
Conversation
Jetpack Cloud live (direct link)
Automattic for Agencies live (direct link)
|
@@ -94,6 +94,7 @@ export const useActions = ( { user, site }: { user: User; site?: Site } ) => { | |||
window.location.pathname = domainManagementLink( domain, siteSlug, false ); | |||
}, | |||
isEligible: ( item: DomainSummary ) => { | |||
// What is DomainSubtype equivalent to DomainTypes.WPCOM? | |||
return item.type !== DomainTypes.WPCOM; |
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.
@gius80, can you help me with this?
What is DomainSubtype equivalent to DomainTypes.WPCOM?
This PR modifies the release build for the following Calypso Apps: For info about this notification, see here: PCYsg-OT6-p2
To test WordPress.com changes, run |
Part of DOTDASH-339
Proposed Changes
Why are these changes being made?
Testing Instructions
/v2/domains
subtype.label
provided from the BEPre-merge Checklist