mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
update radio permission to allow normal users to create
This commit is contained in:
@@ -165,7 +165,7 @@ export const usePermissions = () => {
|
||||
editPublic: isAdmin,
|
||||
},
|
||||
radio: {
|
||||
create: isAdmin,
|
||||
create: true,
|
||||
delete: isAdmin,
|
||||
edit: isAdmin,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user