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.
1 parent c5da8ec commit 2e3a5b8Copy full SHA for 2e3a5b8
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