From 8baa34e961bf0abf043aa4d00eb8d67c616fcae0 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Fri, 20 Mar 2026 10:33:58 +0100 Subject: [PATCH] Add onLibrariesPurged handler in App.jsx --- src/App.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.jsx b/src/App.jsx index 59b15db..976aa7b 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -2040,6 +2040,7 @@ async function createNewChat() { onModelChange={setModel} streamOutput={streamOutput} onStreamOutputChange={setStreamOutput} + onLibrariesPurged={handleLibrariesPurged} /> )} {activeSettingsSubmenu === 'Interface' && }