1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-21 06:19:41 +02:00

fix(clustersetup): set a default access mode (#7745)

This commit is contained in:
Ali 2022-09-29 10:26:25 +13:00 committed by GitHub
parent a1a88eb5e4
commit 43e3cb476b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View file

@ -33,7 +33,7 @@ export function StorageAccessModeSelector({
closeMenuOnSelect={false}
onChange={(value) => onChange(storageClassName, value)}
inputId={inputId}
placeholder="Select one or more teams"
placeholder="Not configured"
data-cy={`kubeSetup-storageAccessSelect${storageClassName}`}
/>
);