Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Use the query parameter to search deployment #502

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

noahingh
Copy link
Member

Resolves #499

@noahingh noahingh added component: ui This issue or pull request is related to the feature of the UI-side enhancement New feature or request labels Nov 13, 2022
namespace: string;
name: string;
}>();
const { namespace, name } = useParams() as ParamsType;
Copy link
Member Author

Choose a reason for hiding this comment

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

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
component: ui This issue or pull request is related to the feature of the UI-side enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use the query parameter to filter an env in UI
1 participant