Fix translations not fetching all translation previews

This commit is contained in:
rijkvanzanten
2021-08-16 13:43:22 -04:00
parent 718addd2b8
commit eaa2f47453

View File

@@ -293,6 +293,7 @@ export default defineComponent({
_in: existingPrimaryKeys.value,
},
},
limit: -1,
},
});
@@ -399,6 +400,7 @@ export default defineComponent({
_eq: props.primaryKey,
},
},
limit: -1,
},
});