-
Notifications
You must be signed in to change notification settings - Fork 354
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
fix: NoSuchAppProvider exception learn more link management #8465
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ 4 Skipped Deployments
|
9417a0c
to
d389153
Compare
> | ||
<Trans i18nKey="errors.NoSuchAppOnProvider.learnMoreCTA" /> | ||
</StyledLinkLearnMoreButton> | ||
{learnMoreLink && ( |
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.
as learnMoreTextKey
is optional, needs to be checked no?
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.
why not ! done
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.
thanks
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.
@mcayuelas-ledger can you take a look please ?
d389153
to
d69961c
Compare
learnMoreTextKey: "errors.NoSuchAppOnProvider.learnMoreCTA", | ||
}; | ||
default: | ||
return {}; |
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.
we don't provide anything for default?
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.
@mcayuelas-ledger we don't as learnMoreLink depends on apps context
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.
for example ACRE there is no learnMoreLink, if they want to add it, they should implement it here.
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.
Okey :)
β Checklist
npx changeset
was attached.π Description
Make the learn more link rendering on NoSuchAppProvider related UI dynamic per appName.
syncOK.mov
β Context
π§ Checklist for the PR Reviewers