diff --git a/surfsense_web/components/public-chat-snapshots/public-chat-snapshots-manager.tsx b/surfsense_web/components/public-chat-snapshots/public-chat-snapshots-manager.tsx index 24d801409..568608f2b 100644 --- a/surfsense_web/components/public-chat-snapshots/public-chat-snapshots-manager.tsx +++ b/surfsense_web/components/public-chat-snapshots/public-chat-snapshots-manager.tsx @@ -74,6 +74,7 @@ export function PublicChatSnapshotsManager({ }); } catch (error) { console.error("Failed to delete snapshot:", error); + toast.error("Failed to delete snapshot"); } finally { setDeletingId(undefined); }