ui: fixup toggler closing
This commit is contained in:
parent
500fb44856
commit
f38b3a830d
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ const WarnBadge = React.memo(
|
|||
|
||||
<div
|
||||
className="py-1 ml-3 cursor-pointer"
|
||||
onClick={() => closeWarning(2)}
|
||||
onClick={() => closeWarning(1)}
|
||||
>
|
||||
<Icon name="close" size={16} color="black" />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue