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

Remove bigus inject properties

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