We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5943aad commit 106baa7Copy full SHA for 106baa7
demo/story-components/story-prop-settings.ts
@@ -101,11 +101,11 @@ export class StoryPropsSettings extends LitElement {
101
type="radio"
102
class="prop-input"
103
name=${inputId}
104
- id=${'${inputId}-${option}'}
+ id="${inputId}-${option}"
105
value=${option}
106
data-prop=${settings.propertyName}
107
?checked=${settings.defaultValue === option}
108
- /><label for=${'${inputId}-${option}'}> ${option} </label>`,
+ /><label for="${inputId}-${option}"> ${option} </label>`,
109
)}
110
</td>
111
</tr>
0 commit comments