2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +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:
return (
<Alert color="red" title="Error">
Unknown field type for field '{definition.name}':{' '}
{definition.fieldType}
Unknown field type for field '{definition.name}': '
{definition.fieldType}'
</Alert>
);
}