diff --git a/apps/admin/src/onboarding/components/share-publication-dialog.tsx b/apps/admin/src/onboarding/components/share-publication-dialog.tsx index 2bad59dadd6..72e51efc54c 100644 --- a/apps/admin/src/onboarding/components/share-publication-dialog.tsx +++ b/apps/admin/src/onboarding/components/share-publication-dialog.tsx @@ -52,7 +52,6 @@ export function SharePublicationDialog({ closeButtonId="ob-close-share-modal" contentProps={{ className: "dark:bg-surface-elevated", - "data-test-modal": "onboarding-share", "data-testid": "onboarding-share-modal", }} copyButtonId="ob-copy-publication-link" diff --git a/apps/shade/src/components/features/share-modal/share-modal.tsx b/apps/shade/src/components/features/share-modal/share-modal.tsx index 723636456aa..3f099026f6d 100644 --- a/apps/shade/src/components/features/share-modal/share-modal.tsx +++ b/apps/shade/src/components/features/share-modal/share-modal.tsx @@ -33,7 +33,7 @@ interface ShareModalProps extends React.ComponentPropsWithoutRef; + contentProps?: React.ComponentPropsWithoutRef & Record<`data-${string}`, string | undefined>; description?: React.ReactNode; footerAction?: React.ReactNode; guidance?: React.ReactNode;