Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(site/src/pages/AgentsPage): restore the original add memory button
  • Loading branch information
f0ssel committed Sep 11, 2026
commit f1d437ac04d6af604bd477e115454ff2ef7c38d4
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,9 @@ export const ProjectMemorySection: FC<ProjectMemorySectionProps> = ({
the project can read them.
</p>
</div>
<Button
variant="outline"
size="icon"
aria-label="Add memory"
onClick={() => setEditingMemory(null)}
>
<Button onClick={() => setEditingMemory(null)}>
<PlusIcon />
Add memory
</Button>
</div>
{memories.length === 0 ? (
Expand Down
Loading