1
0
Fork 0
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:
testA113 2024-10-08 17:35:15 +13:00
parent b14438fd99
commit 99a3c63b1e

View file

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