Allow user to create new fields for environment names

Currently only one of them is being created.
This commit is contained in:
richard-dds
2018-08-21 15:12:58 -04:00
parent 67700e13ba
commit 020e1b9cb0
4 changed files with 55 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ import checkboxinput from './components/checkbox_input'
import DetailsOfUse from './components/forms/details_of_use'
import poc from './components/forms/poc'
import financial from './components/forms/financial'
import NewProject from './components/forms/new_project'
Vue.use(VTooltip)
@@ -21,6 +22,7 @@ const app = new Vue({
DetailsOfUse,
poc,
financial,
NewProject
},
methods: {
closeModal: function(name) {