2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 20:15:44 +00:00

Fix error messae

This commit is contained in:
Oliver Walters
2023-07-27 18:43:38 +10:00
parent 776000847f
commit b8ef27f072

View File

@ -224,8 +224,8 @@ function ApiFormField({
default: default:
return ( return (
<Alert color="red" title="Error"> <Alert color="red" title="Error">
Unknown field type for field '{definition.name}':{' '} Unknown field type for field '{definition.name}': '
{definition.fieldType} {definition.fieldType}'
</Alert> </Alert>
); );
} }