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:
@ -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>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user