mirror of https://github.com/laurent22/joplin.git
Fixed desktop build
parent
5be99a4a16
commit
366fd2a333
|
@ -526,7 +526,7 @@ class ConfigScreenComponent extends React.Component<any, any> {
|
|||
const label = [md.label()];
|
||||
if (md.unitLabel) label.push(`(${md.unitLabel()})`);
|
||||
|
||||
const inputStyle = Object.assign({}, textInputBaseStyle);
|
||||
const inputStyle:any = Object.assign({}, textInputBaseStyle);
|
||||
|
||||
return (
|
||||
<div key={key} style={rowStyle}>
|
||||
|
|
Loading…
Reference in New Issue