Delete all {files.filter((f) => !f.dir).length} files? This cannot be undone.
-
-
+
+
)}
@@ -179,8 +179,8 @@ export function FilesTab({ workspaceId }: Props) {
Delete {confirmDelete}{files.find((f) => f.path === confirmDelete && f.dir) ? " and all its contents" : ""}?
-
-
+
+
)}
diff --git a/canvas/src/components/tabs/MemoryTab.tsx b/canvas/src/components/tabs/MemoryTab.tsx
index 721e0d8a..46ce352b 100644
--- a/canvas/src/components/tabs/MemoryTab.tsx
+++ b/canvas/src/components/tabs/MemoryTab.tsx
@@ -135,12 +135,14 @@ export function MemoryTab({ workspaceId }: Props) {