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 5dd4ca17a..cb7be1376 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 @@ -69,6 +69,7 @@ export function PublicChatSnapshotsManager({ }); } catch (error) { console.error("Failed to delete snapshot:", error); + toast.error("Failed to delete snapshot"); } finally { setDeletingId(undefined); }