編集時にフィルターが機能しない問題を修正
This commit is contained in:
parent
44b739a39a
commit
e1ac510c65
4 changed files with 23 additions and 4 deletions
|
@ -11,6 +11,7 @@ const normalizeFilter = (state, filter) => {
|
|||
filter_action: filter.filter_action,
|
||||
keywords: filter.keywords,
|
||||
expires_at: filter.expires_at ? Date.parse(filter.expires_at) : null,
|
||||
with_quote: filter.with_quote,
|
||||
});
|
||||
|
||||
if (is(state.get(filter.id), normalizedFilter)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue