Commit ca552bb4 authored by Dennis Tang's avatar Dennis Tang

fix validation for zone dropdowns

parent 11e9339d
......@@ -47,7 +47,7 @@ export default {
},
computed: {
isDisabled() {
return this.$store.state.selectedProject.length === 0;
return this.$store.state.selectedProject.projectId.length === 0;
},
results() {
return this.items.filter(item => item.name.toLowerCase().indexOf(this.searchQuery) > -1);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment