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

Adds search to saerch connectors overview #1188

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

jvorcak
Copy link
Collaborator

@jvorcak jvorcak commented Mar 20, 2024

@jvorcak jvorcak requested review from rikimaru0345 and weeco March 20, 2024 18:25
Comment on lines +133 to +137
const state = useLocalObservable<{
filteredResults: ConnectorType[]
}>(() => ({
filteredResults: []
}))
Copy link
Contributor

Choose a reason for hiding this comment

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

If you want, this can be simplified to:

const state = useLocalObservable(() => ({
        filteredResults: [] as ConnectorType[]
    }))

@jvorcak jvorcak merged commit 0ffd99c into master Mar 22, 2024
3 checks passed
@jvorcak jvorcak deleted the feature/connector-overview-search branch March 22, 2024 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add option for searching by connector name and filtering by class and state
2 participants