mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 04:56:43 +03:00
fix: wrong confirm button position (#4657)
This commit is contained in:
parent
9958baa843
commit
c54489ba6e
@ -50,9 +50,6 @@ export const EnableAffineCloudModal = ({
|
|||||||
? t['Enable']()
|
? t['Enable']()
|
||||||
: t['Sign in and Enable'](),
|
: t['Sign in and Enable'](),
|
||||||
}}
|
}}
|
||||||
contentOptions={{
|
|
||||||
['data-testid' as string]: 'enable-cloud-modal',
|
|
||||||
}}
|
|
||||||
{...props}
|
{...props}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user