Skip to content

Commit de670d2

Browse files
Pearl1594Pearl Dsilva
authored andcommitted
Storage type defaults to shared even on setting to local (#738)
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com> Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 8ad082d commit de670d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/views/offering/AddComputeOffering.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ export default {
933933
issystem: this.isSystem,
934934
name: values.name,
935935
displaytext: values.displaytext,
936-
storagetype: values.storageType,
936+
storagetype: values.storagetype,
937937
provisioningtype: values.provisioningtype,
938938
cachemode: values.cachemode,
939939
customized: values.offeringtype !== 'fixed',

0 commit comments

Comments
 (0)