mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
chore: ran linting
This commit is contained in:
parent
fdbb6200a6
commit
ad2a981a77
2 changed files with 2 additions and 14 deletions
|
|
@ -195,13 +195,7 @@ export function MemoryContent() {
|
|||
>
|
||||
Reset Memory
|
||||
</Button>
|
||||
<Button
|
||||
type="button"
|
||||
variant="outline"
|
||||
size="sm"
|
||||
onClick={handleExport}
|
||||
disabled={!memory}
|
||||
>
|
||||
<Button type="button" variant="outline" size="sm" onClick={handleExport} disabled={!memory}>
|
||||
<Download className="h-4 w-4" />
|
||||
Export
|
||||
</Button>
|
||||
|
|
|
|||
|
|
@ -202,13 +202,7 @@ export function TeamMemoryManager({ searchSpaceId }: TeamMemoryManagerProps) {
|
|||
>
|
||||
Clear Memory
|
||||
</Button>
|
||||
<Button
|
||||
type="button"
|
||||
variant="outline"
|
||||
size="sm"
|
||||
onClick={handleExport}
|
||||
disabled={!memory}
|
||||
>
|
||||
<Button type="button" variant="outline" size="sm" onClick={handleExport} disabled={!memory}>
|
||||
<Download className="h-4 w-4" />
|
||||
Export
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue