mirror of
https://github.com/directus/directus.git
synced 2026-01-28 20:37:56 -05:00
Fix translation interface on new items (#8174)
This commit is contained in:
@@ -367,7 +367,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
async function loadItems() {
|
||||
if (!translationsRelation.value?.field) return;
|
||||
if (!translationsRelation.value?.field || props.primaryKey === '+') return;
|
||||
|
||||
loading.value = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user