-
Notifications
You must be signed in to change notification settings - Fork 8
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
MWPW-163041: add register-now & fix extra spaces #104
Conversation
@@ -133,7 +133,7 @@ export class RteLinkEditor extends LitElement { | |||
get #analyticsIdField() { | |||
const options = this.#isCheckoutLink | |||
? Object.keys(CHECKOUT_CTA_TEXTS) | |||
: ANALYTICS_LINK_IDS; | |||
: [...ANALYTICS_LINK_IDS]; |
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 this is needed? isnt' ANALYTICS_LINK_IDS
already an array?
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.
yeah i need to copy it, can't use the reference
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
|
Add 'register-now' analytics label & fix extra empty options in the dropdown
Resolve https://jira.corp.adobe.com/browse/MWPW-163041
Test URLs: