Updated the doc

Signed-off-by: bogdannechyporenko <bogdannechiporenko@gmail.com>
This commit is contained in:
bogdannechyporenko
2022-10-26 22:10:57 +02:00
parent 158aa895d8
commit a821696bb1
+1 -1
View File
@@ -7,5 +7,5 @@ Enabling the customization of the last step in the scaffolder template.
To override the content you have to do the next:
```typescript jsx
<TemplatePage LastStepFormComponent={YourCustomComponent} />
<TemplatePage ReviewStepComponent={YourCustomComponent} />
```