Skip to content

Commit

Permalink
Merge pull request #5512 from bipuladh/fix_bs_creation_request
Browse files Browse the repository at this point in the history
 Bug 1837934: Fix default value different from state
  • Loading branch information
openshift-merge-robot committed May 26, 2020
2 parents 5aa33e0 + cc71b94 commit 1fefb76
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -416,7 +416,7 @@ const initialState: ProviderDataState = {
target: '',
endpoint: '',
numVolumes: 1,
volumeSize: '',
volumeSize: '50Gi',
storageClass: '',
};

Expand Down

0 comments on commit 1fefb76

Please sign in to comment.