diff --git a/docs/data/material/components/dialogs/SimpleDialogDemo.js b/docs/data/material/components/dialogs/SimpleDialogDemo.js index 3406e1a0bf0de9..02dc908677fc0e 100644 --- a/docs/data/material/components/dialogs/SimpleDialogDemo.js +++ b/docs/data/material/components/dialogs/SimpleDialogDemo.js @@ -32,7 +32,7 @@ function SimpleDialog(props) { Set backup account {emails.map((email) => ( - + handleListItemClick(email)}> @@ -43,7 +43,7 @@ function SimpleDialog(props) { ))} - + handleListItemClick('addAccount')} diff --git a/docs/data/material/components/dialogs/SimpleDialogDemo.tsx b/docs/data/material/components/dialogs/SimpleDialogDemo.tsx index 848f5662a1160e..4b94ae17292240 100644 --- a/docs/data/material/components/dialogs/SimpleDialogDemo.tsx +++ b/docs/data/material/components/dialogs/SimpleDialogDemo.tsx @@ -37,7 +37,7 @@ function SimpleDialog(props: SimpleDialogProps) { Set backup account {emails.map((email) => ( - + handleListItemClick(email)}> @@ -48,7 +48,7 @@ function SimpleDialog(props: SimpleDialogProps) { ))} - + handleListItemClick('addAccount')}