mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 18:31:12 -05:00
Fix milestone entity display and validation
This commit is contained in:
@@ -33,7 +33,7 @@ export function SpecialFieldDisplay({ change, compact = false }: SpecialFieldDis
|
||||
return <DateFieldDisplay change={change} compact={compact} />;
|
||||
}
|
||||
|
||||
if (fieldName.includes('_id') && fieldName !== 'id' && fieldName !== 'user_id') {
|
||||
if (fieldName.includes('_id') && fieldName !== 'id' && fieldName !== 'user_id' && fieldName !== 'entity_id') {
|
||||
return <RelationshipFieldDisplay change={change} compact={compact} />;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user