Commit b25aa012 authored by David O'Regan's avatar David O'Regan

Remove bigus inject properties

parent e4dce750
......@@ -9,13 +9,13 @@ export default {
},
inject: {
svgPath: {
type: String,
default: '',
},
docsLink: {
type: String,
default: '',
},
primaryButtonPath: {
type: String,
default: '',
},
},
};
......
......@@ -10,16 +10,16 @@ export default {
},
inject: {
isAdmin: {
type: Boolean,
default: false,
},
svgPath: {
type: String,
default: '',
},
docsLink: {
type: String,
default: '',
},
primaryButtonPath: {
type: String,
default: '',
},
},
};
......
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