diff --git a/packages/frontend/core/src/components/affine/enable-affine-cloud-modal/index.tsx b/packages/frontend/core/src/components/affine/enable-affine-cloud-modal/index.tsx index ec1f77b14f..62320122b0 100644 --- a/packages/frontend/core/src/components/affine/enable-affine-cloud-modal/index.tsx +++ b/packages/frontend/core/src/components/affine/enable-affine-cloud-modal/index.tsx @@ -50,9 +50,6 @@ export const EnableAffineCloudModal = ({ ? t['Enable']() : t['Sign in and Enable'](), }} - contentOptions={{ - ['data-testid' as string]: 'enable-cloud-modal', - }} {...props} /> );