From 86669d3a28c7f1448f3414b07febb8af2658f6b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A6=AC?= Date: Wed, 5 Feb 2025 22:36:55 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue-project/my-kintone-plugin/src/js/helper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue-project/my-kintone-plugin/src/js/helper.ts b/vue-project/my-kintone-plugin/src/js/helper.ts index 81487d3..9a2a4dc 100644 --- a/vue-project/my-kintone-plugin/src/js/helper.ts +++ b/vue-project/my-kintone-plugin/src/js/helper.ts @@ -48,7 +48,7 @@ export function resetConditions(table: JoinTable) { return table; } -const LIMIT = 100; // 每次请求的最大应用数量 +const LIMIT = 100; // 毎回請求の最大値 export const loadApps = async (offset = 0, _apps: DropdownItem[] = []): Promise => { const { apps } = await client.app.getApps({ limit: LIMIT, offset }); const allApps: DropdownItem[] = [