feat: add export KB button in documents toolbar

This commit is contained in:
CREDO23 2026-04-09 12:09:34 +02:00
parent 57ae2bd5af
commit b1fa1279b1
2 changed files with 22 additions and 1 deletions

View file

@ -800,6 +800,7 @@ export function DocumentsSidebar({
onToggleType={onToggleType}
activeTypes={activeTypes}
onCreateFolder={() => handleCreateFolder(null)}
onExportKB={() => toast("Export KB clicked (placeholder)")}
/>
</div>