WIP: Améliorations UX et corrections de bugs avant création des épiques
This commit is contained in:
@@ -87,7 +87,7 @@ export function NotebookSuggestionToast({
|
||||
try {
|
||||
// Move note to suggested notebook
|
||||
await moveNoteToNotebookOptimistic(noteId, suggestion.id)
|
||||
router.refresh()
|
||||
// No need for router.refresh() - triggerRefresh() is already called in moveNoteToNotebookOptimistic
|
||||
handleDismiss()
|
||||
} catch (error) {
|
||||
console.error('Failed to move note to notebook:', error)
|
||||
|
||||
Reference in New Issue
Block a user