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

Co-authored-by: testA113 <aliharriss1995@gmail.com>
pull/12346/head
Yajith Dayarathna 2024-10-12 13:01:27 +13:00 committed by GitHub
parent 811d03a419
commit 1110f745e1
1 changed files with 1 additions and 1 deletions

View File

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