mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix(core): show toast for requestRunInEdgeless (#6715)
This commit is contained in:
@@ -14,7 +14,7 @@ export interface Notification {
|
||||
foreground?: string;
|
||||
alignMessage?: 'title' | 'icon';
|
||||
action?: {
|
||||
label: string;
|
||||
label: ReactNode;
|
||||
onClick: (() => void) | (() => Promise<void>);
|
||||
buttonProps?: ButtonProps;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user