change(ui) - alerts laoder
This commit is contained in:
parent
f119269c9f
commit
1f17b7dfa0
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ function AlertTriggersModal(props: Props) {
|
|||
{ count > 0 && (
|
||||
<div className="">
|
||||
<Button
|
||||
loading={loading}
|
||||
// loading={loading} // TODO should use the different loading state for this
|
||||
variant="text"
|
||||
onClick={onClearAll}
|
||||
disabled={count === 0}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue