Commit 27ff6489 authored by Bryce Johnson's avatar Bryce Johnson

Make graphPosition a required prop.

parent d6694a31
...@@ -13,7 +13,7 @@ export default { ...@@ -13,7 +13,7 @@ export default {
}, },
graphPosition: { graphPosition: {
type: String, type: String,
required: false, required: true,
}, },
}, },
components: { components: {
......
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