fix: lockdown update of form

This commit is contained in:
Yehoshua Sandler 2025-05-07 16:33:39 -05:00
parent a66c8969b4
commit 29f1a51325

View File

@ -85,7 +85,7 @@ export default buildConfig({
formOverrides: { formOverrides: {
access: { access: {
read: () => true, // !!user, // authenticated users only read: () => true, // !!user, // authenticated users only
update: () => true, update: () => false,
}, },
} }
}) })