Don't display cloud migration questions until an answer is selected

This commit is contained in:
Patrick Smith
2018-08-10 14:47:52 -04:00
parent 653c22e0a1
commit f53e656475
2 changed files with 16 additions and 9 deletions

View File

@@ -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'
}