mirror of
https://github.com/directus/directus.git
synced 2026-01-28 07:48:04 -05:00
Fix translations not fetching all translation previews
This commit is contained in:
@@ -293,6 +293,7 @@ export default defineComponent({
|
||||
_in: existingPrimaryKeys.value,
|
||||
},
|
||||
},
|
||||
limit: -1,
|
||||
},
|
||||
});
|
||||
|
||||
@@ -399,6 +400,7 @@ export default defineComponent({
|
||||
_eq: props.primaryKey,
|
||||
},
|
||||
},
|
||||
limit: -1,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user