mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
App: fix relationships raw value (#10161)
* fix raw value for relationships * add 'files' and 'translations'
This commit is contained in:
@@ -176,7 +176,7 @@ export default defineComponent({
|
||||
const showRaw = ref(false);
|
||||
|
||||
const type = computed(() => {
|
||||
return getJSType(props.field.type);
|
||||
return getJSType(props.field);
|
||||
});
|
||||
|
||||
const rawValue = computed({
|
||||
|
||||
Reference in New Issue
Block a user