scaffolder: review tweaks
This commit is contained in:
@@ -269,7 +269,7 @@ export async function createRouter(
|
||||
}
|
||||
if (kind.toLowerCase() !== 'template') {
|
||||
throw new InputError(
|
||||
`Invalid kind, only 'template' kind is supported`,
|
||||
`Invalid kind, only 'Template' kind is supported`,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -74,7 +74,6 @@ export const MultistepJsonForm = ({
|
||||
</StepLabel>
|
||||
<StepContent key={title}>
|
||||
<Form
|
||||
key={title}
|
||||
noHtml5Validate
|
||||
formData={formData}
|
||||
onChange={onChange}
|
||||
|
||||
Reference in New Issue
Block a user