change(ui) - alerts laoder

This commit is contained in:
Shekar Siri 2022-08-16 18:08:10 +02:00
parent f119269c9f
commit 1f17b7dfa0

View file

@ -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}