From 121a40fb427737816075c8b358c025f776a2954b Mon Sep 17 00:00:00 2001 From: Kilian <76685269+KilianSen@users.noreply.github.com> Date: Wed, 21 Feb 2024 11:14:50 +0100 Subject: [PATCH] Update hookSettings.pb.js --- pb_hooks/hookSettings.pb.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +})