Skip to content

Commit 4644a35

Browse files
authored
Merge pull request #360 from rvsia/fixInitializeOnMount
FIx initialize on mount demo example
2 parents bd3644d + 3b2e6b7 commit 4644a35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-renderer-demo/src/app/src/doc-components/initialize-mount.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const schema = {
3737
{
3838
title: 'Way 1',
3939
stepKey: 'way-1',
40+
name: 'way-1',
4041
fields: [
4142
{
4243
component: componentTypes.TEXT_FIELD,
@@ -50,6 +51,7 @@ const schema = {
5051
{
5152
title: 'Way 2',
5253
stepKey: 'way-2',
54+
name: 'way-2',
5355
fields: [
5456
{
5557
component: componentTypes.TEXT_FIELD,

0 commit comments

Comments
 (0)