Allow user to create new fields for environment names
Currently only one of them is being created.
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user