mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-20 23:32:19 +00:00
fix(rbac): enforce operational permission parity (#1736)
This commit is contained in:
@@ -222,7 +222,7 @@ export function ShellOverlays({
|
||||
<VulnerabilityScanSheet
|
||||
scanId={stackMisconfigScanId}
|
||||
onClose={() => setStackMisconfigScanId(null)}
|
||||
canManageSuppressions={isAdmin}
|
||||
canManageSuppressions={can('stack:edit')}
|
||||
/>
|
||||
|
||||
{/* Compose diff preview */}
|
||||
|
||||
Reference in New Issue
Block a user