diff --git a/vue-project/my-kintone-plugin/src/js/helper.ts b/vue-project/my-kintone-plugin/src/js/helper.ts index c65fb78..ad72de3 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[] = [