-
- グループを作成
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ グループを作成
+
+
+
diff --git a/src/stores/request.ts b/src/stores/request.ts
index 8c31caa2..2792c99e 100644
--- a/src/stores/request.ts
+++ b/src/stores/request.ts
@@ -9,6 +9,8 @@ const defaultParams: RequestQuerySeed = {
target: '',
since: '',
until: '',
+ limit: 10,
+ offset: 0,
tags: [],
group: ''
}