Skip to content
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 filtering repo tab #5400

Merged
merged 3 commits into from
Sep 27, 2022

Conversation

antgamdia
Copy link
Contributor

Description of the change

This PR simply fixes a wrong condition preventing the "filtering" tab from being shown.

Benefits

Tab will appear when it should.

Possible drawbacks

N/A

Applicable issues

Additional information

tabWorking

Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
@netlify
Copy link

netlify bot commented Sep 27, 2022

Deploy Preview for kubeapps-dev canceled.

Built without sensitive environment variables

Name Link
🔨 Latest commit 05b4b74
🔍 Latest deploy log https://app.netlify.com/sites/kubeapps-dev/deploys/6332f51b30804000081113f4

@@ -96,6 +96,7 @@
"forbid": [">", "}"] // avoid warnings with single/double quotes
}
],
"react/no-unknown-property": ["error", { "ignore": ["cds-layout"] }], // allow 'cds-layout' attribute
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After upgrading the deps for a previous PR, my local env started complaining about this <div cds-layout ...> tag, so adding this eslint rule to ignore it (as it is required in Clarity).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@antgamdia antgamdia merged commit 46613a4 into vmware-tanzu:main Sep 27, 2022
@antgamdia antgamdia deleted the 5398-fix-filtering-repo-tab branch September 27, 2022 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filter repos tab wrongly hidden
3 participants