We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44990b4 commit ee01bddCopy full SHA for ee01bdd
apps/desktop/src/components/editor-area/index.tsx
@@ -462,9 +462,7 @@ export function useEnhanceMutation({
462
463
// Show native notification for local AI model summarization completion
464
if (sessionId !== onboardingSessionId) {
465
- notificationCommands.showSummarizationCompleteNotification().catch(error => {
466
- console.error("Failed to show summarization complete notification:", error);
467
- });
+ notificationCommands.showSummarizationCompleteNotification();
468
}
469
470
0 commit comments