mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
Merge remote-tracking branch 'origin/master' into payment-system
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { CloseIcon } from '@blocksuite/icons';
|
||||
import type React from 'react';
|
||||
import type { ReactNode } from 'react';
|
||||
|
||||
import {
|
||||
browserWarningStyle,
|
||||
@@ -14,7 +14,7 @@ export const BrowserWarning = ({
|
||||
}: {
|
||||
show: boolean;
|
||||
onClose: () => void;
|
||||
message: React.ReactNode;
|
||||
message: ReactNode;
|
||||
}) => {
|
||||
if (!show) {
|
||||
return null;
|
||||
|
||||
@@ -88,11 +88,7 @@ const CloudShareMenu = (props: ShareMenuProps) => {
|
||||
modal: false,
|
||||
}}
|
||||
>
|
||||
<Button
|
||||
data-testid="cloud-share-menu-button"
|
||||
type="plain"
|
||||
onClick={() => console.log('gg')}
|
||||
>
|
||||
<Button data-testid="cloud-share-menu-button" type="plain">
|
||||
<div
|
||||
style={{
|
||||
color: isSharedPage
|
||||
|
||||
Reference in New Issue
Block a user