spellchecker and dates

This commit is contained in:
2023-10-23 22:12:17 +03:00
parent cd1d380483
commit 075832d08f
4 changed files with 24 additions and 8 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ class RecordController extends Controller
$skip = data_get($urlParams, "skip") ?? 0;
$limit = 15;
$limit = 30;
$records = [];
$graphArray = null;