mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
committed by
Łukasz Mierzwa
parent
ccaff9674d
commit
def52f4fab
@@ -16,6 +16,7 @@ import { InlineEdit } from "Components/InlineEdit";
|
||||
|
||||
const FilterInputLabel = ({ alertStore, filter }) => {
|
||||
const onChange = (val) => {
|
||||
alertStore.status.resume();
|
||||
// if filter is empty string then remove it
|
||||
if (val === "") {
|
||||
alertStore.filters.removeFilter(filter.raw);
|
||||
|
||||
Reference in New Issue
Block a user