fix(volumes): allow standard users to select volumes [r8s-109]

pull/12310/head
testA113 2024-10-08 17:35:15 +13:00
parent b14438fd99
commit 99a3c63b1e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ export function VolumesDatatable() {
const { authorized: hasWriteAuth } = useAuthorizations( const { authorized: hasWriteAuth } = useAuthorizations(
'K8sVolumesW', 'K8sVolumesW',
undefined, undefined,
true false
); );
const envId = useEnvironmentId(); const envId = useEnvironmentId();