diff --git a/CHANGELOG.md b/CHANGELOG.md index d077cd8..860abb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - add environment list in [doc](doc/environment.md) - show error message on homepage in case there is a problem with api connection - new slider field type +- new card layout for forms ### Changed @@ -26,6 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - links at the bottom for new users - fixes for hide contrib setting - fix problem with node-prune on production build +- translation for prev / continue during form submission ### Security diff --git a/components/form/admin/design.tab.tsx b/components/form/admin/design.tab.tsx index b6263f7..0d3cc90 100644 --- a/components/form/admin/design.tab.tsx +++ b/components/form/admin/design.tab.tsx @@ -1,4 +1,4 @@ -import { Form, Input, Tabs } from 'antd' +import { Form, Input, Select, Tabs } from 'antd' import { TabPaneProps } from 'antd/lib/tabs' import React from 'react' import { useTranslation } from 'react-i18next' @@ -12,6 +12,20 @@ export const DesignTab: React.FC = (props) => { + +