Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit b945d93

Browse files
author
Scott Lepper
committed
build fix for 7.1.x
1 parent 847f9d6 commit b945d93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/ConfigEditor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export class ConfigEditor extends PureComponent<Props, State> {
5555
return (
5656
<Input
5757
type={input.type}
58+
css={input.css}
5859
className={input.style}
5960
placeholder={input.placeholder}
6061
value={this.state.jsonData[input.key]}

0 commit comments

Comments
 (0)