-
Notifications
You must be signed in to change notification settings - Fork 195
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
Setting BackLink to null does not work #2033
Comments
skoeva
added a commit
that referenced
this issue
Jun 10, 2024
This fix explicitly handles the null case in getBackLink() to ensure that no back button will be shown, as defined in MainInfoSectionProps. Fixes: #2033 Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
3 tasks
3 tasks
skoeva
added a commit
that referenced
this issue
Jun 11, 2024
This fix explicitly handles the null case in getBackLink() to ensure that no back button will be shown, as defined in MainInfoSectionProps. Fixes: #2033 Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
skoeva
added a commit
that referenced
this issue
Jun 11, 2024
This fix explicitly handles the null case in getBackLink() to ensure that no back button will be shown, as defined in MainInfoSectionProps. Fixes: #2033 Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
skoeva
added a commit
that referenced
this issue
Jun 12, 2024
This fix explicitly handles the null case in getBackLink() to ensure that no back button will be shown, as defined in MainInfoSectionProps. Fixes: #2033 Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
skoeva
added a commit
that referenced
this issue
Jun 14, 2024
This fix explicitly handles the null case in getBackLink() to ensure that no back button will be shown, as defined in MainInfoSectionProps. Fixes: #2033 Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
skoeva
added a commit
that referenced
this issue
Jun 14, 2024
This fix explicitly handles the null case in getBackLink() to ensure that no back button will be shown, as defined in MainInfoSectionProps. Fixes: #2033 Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com> charts: fix oidc external secret loading There was a wrong k8s config written for envFrom for external secret. Fixes: #2022 Signed-off-by: Kautilya Tripathi <ktripathi@microsoft.com> Remove unnecessary package.json and package-lock from root dir Signed-off-by: ashu8912 <aghildiyal@microsoft.com> frontend: Replace Create React App with Vite. Replace jest with vitest Signed-off-by: Oleksandr Dubenko <oldubenko@microsoft.com> Co-authored-by: Mariusz Winnik <tazo90@gmail.com>
3 tasks
skoeva
added a commit
that referenced
this issue
Jun 14, 2024
This fix explicitly handles the null case in getBackLink() to ensure that no back button will be shown, as defined in MainInfoSectionProps. Fixes: #2033 Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
skoeva
added a commit
that referenced
this issue
Jun 14, 2024
This fix explicitly handles the null case in getBackLink() to ensure that no back button will be shown, as defined in MainInfoSectionProps. Fixes: #2033 Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
skoeva
added a commit
that referenced
this issue
Jun 14, 2024
This fix explicitly handles the null case in getBackLink() to ensure that no back button will be shown, as defined in MainInfoSectionProps. Fixes: #2033 Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
skoeva
added a commit
that referenced
this issue
Jun 21, 2024
This fix explicitly handles the null case in getBackLink() to ensure that no back button will be shown, as defined in MainInfoSectionProps. Fixes: #2033 Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
skoeva
added a commit
that referenced
this issue
Jun 26, 2024
This fix explicitly handles the null case in getBackLink() to ensure that no back button will be shown, as defined in MainInfoSectionProps. Fixes: #2033 Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
joaquimrocha
pushed a commit
that referenced
this issue
Jun 26, 2024
This fix explicitly handles the null case in getBackLink() to ensure that no back button will be shown, as defined in MainInfoSectionProps. Fixes: #2033 Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to remove the backLink from the
MainInfoSection
component, setting it to null does not work. We can currently set it to the empty string "", but adding the boolean null could make it more obvious that we do not want to use the backLink. We should account for null in this case.The text was updated successfully, but these errors were encountered: