changed the default json field max size to 1mb

This commit is contained in:
Gani Georgiev
2025-05-02 11:49:47 +03:00
parent 5dbd9821e8
commit 7ffe9f63a5
33 changed files with 45 additions and 42 deletions
@@ -21,7 +21,7 @@
max={Number.MAX_SAFE_INTEGER}
value={field.maxSize || ""}
on:input={(e) => (field.maxSize = parseInt(e.target.value, 10))}
placeholder="Default to max ~5MB"
placeholder="Default to max ~1MB"
/>
</Field>