Fixed desktop build

pull/3812/head
Laurent Cozic 2020-09-22 16:38:47 +01:00
parent 5be99a4a16
commit 366fd2a333
1 changed files with 1 additions and 1 deletions

View File

@ -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}>