diff --git a/apps/web/components/dashboard/EditableText.tsx b/apps/web/components/dashboard/EditableText.tsx index a8f61c13..55ce10c6 100644 --- a/apps/web/components/dashboard/EditableText.tsx +++ b/apps/web/components/dashboard/EditableText.tsx @@ -58,6 +58,7 @@ function EditMode({ onKeyDown={(e) => { if (e.key === "Enter") { e.preventDefault(); + onSave(); } }} />