diff --git a/app/src/interfaces/translations/translations.vue b/app/src/interfaces/translations/translations.vue index ae919dccc1..ef115d8b26 100644 --- a/app/src/interfaces/translations/translations.vue +++ b/app/src/interfaces/translations/translations.vue @@ -293,6 +293,7 @@ export default defineComponent({ _in: existingPrimaryKeys.value, }, }, + limit: -1, }, }); @@ -399,6 +400,7 @@ export default defineComponent({ _eq: props.primaryKey, }, }, + limit: -1, }, });