Skip to content

Commit

Permalink
update the tooltip open state
Browse files Browse the repository at this point in the history
  • Loading branch information
Salam-Dalloul committed Dec 12, 2024
1 parent 96b1e78 commit cd19772
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ const DeleteAlertBtn = ({alert, isDisabled, handleDelete}: any) => {
return <Tooltip
title={alert?.text?.trim() !== '' && !isDisabled ? 'To enable this icon, clear the comment' : null}
arrow
open={true}
>
<span>
<IconButton
Expand Down

0 comments on commit cd19772

Please sign in to comment.