mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix displaying values from deeper relationships in table (#15155)
This commit is contained in:
@@ -340,7 +340,7 @@ watch(
|
||||
|
||||
return {
|
||||
text: field.name,
|
||||
value: field.field,
|
||||
value: key,
|
||||
width: contentWidth[key] < 10 ? contentWidth[key] * 16 + 10 : 160,
|
||||
sortable: !['json'].includes(field.type),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user