We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c17b10d commit d4823f0Copy full SHA for d4823f0
lib/template-generator/components/library/FreeComponent.js
@@ -15,9 +15,7 @@ const attributes = ["data-value"];
15
16
export default class FreeComponent extends TemplateComponent {
17
constructor(customHeader, defaultAttrValues) {
18
- let defaultValues = new Map([
19
- //["data-type-selector", "static"]
20
- ]);
+ let defaultValues = new Map();
21
if (defaultAttrValues) {
22
attributes.forEach((a) => {
23
defaultValues.set(a, defaultAttrValues[a]);
0 commit comments