mirror of https://github.com/portainer/portainer
fix(volumes): allow standard users to select volumes [r8s-109]
parent
b14438fd99
commit
99a3c63b1e
|
@ -36,7 +36,7 @@ export function VolumesDatatable() {
|
|||
const { authorized: hasWriteAuth } = useAuthorizations(
|
||||
'K8sVolumesW',
|
||||
undefined,
|
||||
true
|
||||
false
|
||||
);
|
||||
|
||||
const envId = useEnvironmentId();
|
||||
|
|
Loading…
Reference in New Issue