We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e219e74 + 68b03f5 commit c036a8fCopy full SHA for c036a8f
src/design-system/dialog/dialog-description.component.tsx
@@ -14,7 +14,7 @@ export interface DialogDescriptionProps {
14
export const Description = ({
15
children,
16
}: Readonly<DialogDescriptionProps>): JSX.Element => (
17
- <AlertDialog.Description asChild>
+ <AlertDialog.Description asChild data-testid="dialog-description">
18
{typeof children === 'string' ? (
19
<Text.Body.Normal className={cx.dialogDescription} weight="$medium">
20
{children}
0 commit comments