We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5033c commit a7af2e3Copy full SHA for a7af2e3
src/core/js/adapt.js
@@ -80,7 +80,7 @@ define(function(require){
80
// Store the component view
81
if (Adapt.componentStore[name])
82
throw Error('This component already exists in your project');
83
- object.template = name;
+ if(!object.template) object.template = name;
84
Adapt.componentStore[name] = object;
85
86
}
0 commit comments