From 1d55859deef09cec03ad73320fd2e9e9fe493f1d Mon Sep 17 00:00:00 2001 From: bogdannechyporenko Date: Thu, 20 Oct 2022 00:02:38 +0200 Subject: [PATCH] Incorporated the feedback Signed-off-by: bnechyporenko Signed-off-by: bogdannechyporenko --- .changeset/angry-trees-relax.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.changeset/angry-trees-relax.md b/.changeset/angry-trees-relax.md index 761d7db854..584ecf2c1b 100644 --- a/.changeset/angry-trees-relax.md +++ b/.changeset/angry-trees-relax.md @@ -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) => ( - - ), -}); + ```