Skip to content

Commit

Permalink
fix #547
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Jun 25, 2022
1 parent 6298fab commit 30da267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/src/project/DashboardData.tsx
Expand Up @@ -472,7 +472,7 @@ const DashboardData: FC = () => {
label={deviceValue.id.slice(2)}
value={deviceValue.u ? numberValue(deviceValue.v) : deviceValue.v}
autoFocus
multiline
multiline={deviceValue.u ? false : true}
sx={{ width: '30ch' }}
type={deviceValue.u ? 'number' : 'text'}
onChange={updateValue(setDeviceValue)}
Expand Down

0 comments on commit 30da267

Please sign in to comment.