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

pull/12310/head
testA113 2 months ago
parent b14438fd99
commit 99a3c63b1e

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

Loading…
Cancel
Save