From eaa2f47453e1ab978443703165ed8ebe4caf149e Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Mon, 16 Aug 2021 13:43:22 -0400 Subject: [PATCH] Fix translations not fetching all translation previews --- app/src/interfaces/translations/translations.vue | 2 ++ 1 file changed, 2 insertions(+) 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, }, });