mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 09:46:25 +02:00
feat: add export KB button in documents toolbar
This commit is contained in:
parent
57ae2bd5af
commit
b1fa1279b1
2 changed files with 22 additions and 1 deletions
|
|
@ -800,6 +800,7 @@ export function DocumentsSidebar({
|
|||
onToggleType={onToggleType}
|
||||
activeTypes={activeTypes}
|
||||
onCreateFolder={() => handleCreateFolder(null)}
|
||||
onExportKB={() => toast("Export KB clicked (placeholder)")}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue