diff --git a/CHANGELOG.md b/CHANGELOG.md index 87095f7..b87fa95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added +- map field type + ### Changed - update translations (https://github.com/ohmyform/ui/pull/70) @@ -17,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - locale scripts were missing dependency +- edit user shows now email in title ### Security diff --git a/pages/admin/users/[id]/index.tsx b/pages/admin/users/[id]/index.tsx index 02f778d..c28bd88 100644 --- a/pages/admin/users/[id]/index.tsx +++ b/pages/admin/users/[id]/index.tsx @@ -59,7 +59,7 @@ const Index: NextPage = () => { return (