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 advanced source filter #645

Merged
merged 1 commit into from
Mar 29, 2023
Merged

Fix advanced source filter #645

merged 1 commit into from
Mar 29, 2023

Conversation

Fosol
Copy link
Collaborator

@Fosol Fosol commented Mar 29, 2023

This fixes a bug I introduced in the advanced search when selecting a source.

image

@Fosol Fosol added the bug Something isn't working label Mar 29, 2023
@Fosol Fosol requested a review from jdtoombs as a code owner March 29, 2023 23:07
@Fosol Fosol self-assigned this Mar 29, 2023
@@ -2,7 +2,7 @@ import { OptionItem } from 'tno-core';

export const fieldTypes = [
new OptionItem('Headline', 'headline'),
new OptionItem('Source', 'sourceId'),
new OptionItem('Source', 'sourceIds'),
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The filter is for multiple now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant