aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/web/components/dashboard/EditableText.tsx1
1 files changed, 1 insertions, 0 deletions
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();
}
}}
/>