Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Fix filtering repo tab#5400

Merged
antgamdia merged 3 commits into
vmware-tanzu:mainfrom
antgamdia:5398-fix-filtering-repo-tab
Sep 27, 2022
Merged

Fix filtering repo tab#5400
antgamdia merged 3 commits into
vmware-tanzu:mainfrom
antgamdia:5398-fix-filtering-repo-tab

Conversation

@antgamdia
Copy link
Copy Markdown
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
Copy Markdown

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

Comment thread dashboard/.eslintrc.json
"forbid": [">", "}"] // avoid warnings with single/double quotes
}
],
"react/no-unknown-property": ["error", { "ignore": ["cds-layout"] }], // allow 'cds-layout' attribute
Copy link
Copy Markdown
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
Copy Markdown
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Filter repos tab wrongly hidden

3 participants