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 93afaaa commit 0f953caCopy full SHA for 0f953ca
.storybook/custom-addons/provider/register.js
@@ -111,7 +111,7 @@ function ProviderFieldSetter({api}) {
111
</div>
112
<div style={{marginRight: '10px'}}>
113
<label htmlFor="express">Express: </label>
114
- <input type="checkbox" name="express" onChange={onExpressChange} checked={values.express} />
+ <input type="checkbox" id="express" name="express" onChange={onExpressChange} checked={values.express} />
115
116
117
)
0 commit comments