diff --git a/pb_hooks/hookSettings.pb.js b/pb_hooks/hookSettings.pb.js index 0bc894a..4004c54 100644 --- a/pb_hooks/hookSettings.pb.js +++ b/pb_hooks/hookSettings.pb.js @@ -38,9 +38,9 @@ onAfterBootstrap((e) => { type: "json", required: true, options: { - maxSize: 999 + maxSize: 999999 } })) form.submit() } -}) \ No newline at end of file +})