diff options
Diffstat (limited to 'apps/web/components')
| -rw-r--r-- | apps/web/components/dashboard/EditableText.tsx | 1 |
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(); } }} /> |
