From deea23d23f5df16e747731ba4108cd5bd8502a4d Mon Sep 17 00:00:00 2001 From: Pavel Dohnal Date: Tue, 12 May 2020 10:19:33 +0200 Subject: [PATCH] Add form editor section to storybook [MAILPOET-2880] --- .../form_placement_options/_stories/form_placement_option.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/src/form_editor/components/form_settings/form_placement_options/_stories/form_placement_option.tsx b/assets/js/src/form_editor/components/form_settings/form_placement_options/_stories/form_placement_option.tsx index ad6462ab5c..9943cc9d1c 100644 --- a/assets/js/src/form_editor/components/form_settings/form_placement_options/_stories/form_placement_option.tsx +++ b/assets/js/src/form_editor/components/form_settings/form_placement_options/_stories/form_placement_option.tsx @@ -4,7 +4,7 @@ import Option from '../form_placement_option'; import Icon from '../icons/sidebar_icon'; export default { - title: 'Form Placement Options', + title: 'FormEditor/Form Placement Options', }; export const Options = () => (