fix: wrong confirm button position (#4657)

This commit is contained in:
JimmFly 2023-10-19 11:16:12 +08:00 committed by GitHub
parent 9958baa843
commit c54489ba6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,9 +50,6 @@ export const EnableAffineCloudModal = ({
? t['Enable']()
: t['Sign in and Enable'](),
}}
contentOptions={{
['data-testid' as string]: 'enable-cloud-modal',
}}
{...props}
/>
);