mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
fix(volumes): allow standard users to select volumes [r8s-109]
This commit is contained in:
parent
b14438fd99
commit
99a3c63b1e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ export function VolumesDatatable() {
|
|||
const { authorized: hasWriteAuth } = useAuthorizations(
|
||||
'K8sVolumesW',
|
||||
undefined,
|
||||
true
|
||||
false
|
||||
);
|
||||
|
||||
const envId = useEnvironmentId();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue