fix: lockdown update of form
This commit is contained in:
parent
a66c8969b4
commit
29f1a51325
@ -85,7 +85,7 @@ export default buildConfig({
|
||||
formOverrides: {
|
||||
access: {
|
||||
read: () => true, // !!user, // authenticated users only
|
||||
update: () => true,
|
||||
update: () => false,
|
||||
},
|
||||
}
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user