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

when using default filter keep the value empty #1015

Merged

Conversation

petrjasek
Copy link
Member

and treat it like no filter is selected in the UI

CPCN-908

Checklist

  • This pull request is not adding new forms that use redux
  • This pull request is adding missing TypeScript types to modified code segments where it's easy to do so with confidence
  • This pull request is replacing lodash.get with optional chaining for modified code segments

and treat it like no filter is selected in the UI

CPCN-908
@petrjasek petrjasek added this to the v2.8 milestone Aug 6, 2024
@petrjasek petrjasek requested a review from devketanpro August 6, 2024 14:06
@@ -6,7 +6,7 @@ import {get, isEmpty} from 'lodash';

import {ISearchSortValue} from 'interfaces';
import {getItemFromArray, gettext} from 'utils';
Copy link
Member

Choose a reason for hiding this comment

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

remove the unused import

@petrjasek petrjasek merged commit a6cacfd into superdesk:develop Aug 7, 2024
7 checks passed
@petrjasek petrjasek deleted the fix-default-date-filter-handling branch August 7, 2024 07:44
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.

2 participants