Commit 13ce29ca authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Define 'service' prop for environments_table.vue

parent dd23edce
......@@ -49,6 +49,11 @@ export default {
required: false,
default: () => ({}),
},
service: {
type: Object,
required: true,
},
},
methods: {
......
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