Incorporated the feedback

Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
Signed-off-by: bogdannechyporenko <bogdannechiporenko@gmail.com>
This commit is contained in:
bogdannechyporenko
2022-10-20 00:02:38 +02:00
parent c1c117da99
commit 1d55859dee
+1 -5
View File
@@ -7,9 +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
scaffolderPlugin.__experimentalReconfigure({
lastStepFormComponent: (props: LastStepFormProps) => (
<YourCustomComponent {...props} />
),
});
<TemplatePage LastStepFormComponent={YourCustomComponent}/>
```