Add onLibrariesPurged handler in App.jsx
This commit is contained in:
@@ -2040,6 +2040,7 @@ async function createNewChat() {
|
||||
onModelChange={setModel}
|
||||
streamOutput={streamOutput}
|
||||
onStreamOutputChange={setStreamOutput}
|
||||
onLibrariesPurged={handleLibrariesPurged}
|
||||
/>
|
||||
)}
|
||||
{activeSettingsSubmenu === 'Interface' && <InterfaceSettings />}
|
||||
|
||||
Reference in New Issue
Block a user