Don't display cloud migration questions until an answer is selected
This commit is contained in:
@@ -37,6 +37,9 @@ export default {
|
||||
const monthlySpend = this.estimated_monthly_spend || 0
|
||||
return monthlySpend * 12
|
||||
},
|
||||
jediMigrationOptionSelected: function () {
|
||||
return this.jedi_migration !== ''
|
||||
},
|
||||
isJediMigration: function () {
|
||||
return this.jedi_migration === 'yes'
|
||||
}
|
||||
|
Reference in New Issue
Block a user