updated ui/dist, go deps, docs and fixed some typos

This commit is contained in:
Gani Georgiev
2023-12-10 12:13:37 +02:00
parent d8ec36fa4c
commit b29e404f22
47 changed files with 445 additions and 462 deletions
@@ -31,7 +31,7 @@ func init() {
if options != nil {
options = &schema.JsonOptions{}
}
options.MaxSize = 5242880 // 5mb
options.MaxSize = 2000000 // 2mb
f.Options = options
needSave = true
}