fix: improve dialog handling and error management in list items (#257)

* fix: improve dialog handling and error management in list items

* chore: lint
This commit is contained in:
Razboy20
2024-10-02 11:19:16 -05:00
committed by GitHub
parent a4d2856bfc
commit 1942508d8d
6 changed files with 38 additions and 24 deletions

View File

@@ -87,8 +87,8 @@ export default function DialogProvider(props: { children: ReactNode }): JSX.Elem
key={id}
onClose={handleClose}
afterLeave={onLeave}
title={infoUnwrapped.title}
description={infoUnwrapped.description}
title=<>{infoUnwrapped.title}</>
description=<>{infoUnwrapped.description}</>
appear
show={show}
className={infoUnwrapped.className}