Update index.tsx
This commit is contained in:
parent
5f1be4679e
commit
8678692a40
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ const BottomHeader = () => {
|
|||
<span className="text">Delete team</span>
|
||||
</AlertDialog.Trigger>
|
||||
<AlertDialog.Portal>
|
||||
<AlertDialog.Overlay className="Overlay" onClick={(e) => closeModal()} />
|
||||
<AlertDialog.Overlay className="Overlay"} />
|
||||
<AlertDialog.Content className="Dialog">
|
||||
<AlertDialog.Title className="DialogTitle">
|
||||
Delete team
|
||||
|
|
|
|||
Loading…
Reference in a new issue