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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user