fix(core): show toast for requestRunInEdgeless (#6715)

This commit is contained in:
pengx17
2024-04-29 11:14:07 +00:00
parent 7c5a259e84
commit 5c861939a5
3 changed files with 13 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ export interface Notification {
foreground?: string;
alignMessage?: 'title' | 'icon';
action?: {
label: string;
label: ReactNode;
onClick: (() => void) | (() => Promise<void>);
buttonProps?: ButtonProps;
/**