Compare commits

...

1 Commits

Author SHA1 Message Date
testA113
99a3c63b1e fix(volumes): allow standard users to select volumes [r8s-109] 2024-10-09 19:14:08 +13:00

View File

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