scaffolder: review tweaks

This commit is contained in:
Patrik Oldsberg
2021-02-23 23:40:43 +01:00
parent 6ff4403801
commit 1719d05cbc
2 changed files with 1 additions and 2 deletions
@@ -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}