App: fix relationships raw value (#10161)

* fix raw value for relationships

* add 'files' and 'translations'
This commit is contained in:
José Varela
2021-12-01 18:57:46 +00:00
committed by GitHub
parent 0425809db1
commit 81f81c82b1
2 changed files with 13 additions and 8 deletions

View File

@@ -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({