ui: reset disksize param on offering change in scale vm (#6636)

Fixes #6627

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
Abhishek Kumar 2022-08-16 11:44:32 +05:30 committed by GitHub
parent 9410a70454
commit a5716d964a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,6 +217,7 @@ export default {
delete this.params[this.cpuNumberKey]
delete this.params[this.cpuSpeedKey]
delete this.params[this.memoryKey]
delete this.params[this.rootDiskSizeKey]
this.params.serviceofferingid = id
this.selectedOffering = this.offeringsMap[id]