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