diff --git a/ui/src/Components/Labels/FilterInputLabel/index.js b/ui/src/Components/Labels/FilterInputLabel/index.js index abc06d56e..48c9afd48 100644 --- a/ui/src/Components/Labels/FilterInputLabel/index.js +++ b/ui/src/Components/Labels/FilterInputLabel/index.js @@ -98,6 +98,8 @@ const FilterInputLabel = observer( propName="raw" change={this.onChange} classEditing="py-0 border-0 bg-light" + afterStart={alertStore.status.pause} + afterFinish={alertStore.status.resume} />