Reset dataprefill when no template config

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
davidjumani 2020-08-26 16:22:05 +05:30 committed by Rohit Yadav
parent ea4ce7a53f
commit c1952242fe
1 changed files with 1 additions and 0 deletions

View File

@ -1774,6 +1774,7 @@ export default {
},
resetFromTemplateConfiguration () {
this.deleteFrom(this.params.serviceOfferings.options, ['cpuspeed', 'cpunumber', 'memory'])
this.deleteFrom(this.dataPreFill, ['cpuspeed', 'cpunumber', 'memory'])
this.handleSearchFilter('serviceOfferings', {
page: 1,
pageSize: 10