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:
parent
a1a88eb5e4
commit
43e3cb476b
3 changed files with 6 additions and 3 deletions
|
@ -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}`}
|
||||
/>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue