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 c4af8e3 commit 2217a5bCopy full SHA for 2217a5b
src/components/monitor/monitor.jsx
@@ -37,7 +37,7 @@ const MonitorComponent = props => (
37
// TW: if export is defined, we always show it, even outside of the editor
38
disable={!props.draggable && !props.onExport}
39
holdToDisplay={props.mode === 'slider' ? -1 : 1000}
40
- id={`monitor-${props.label}`}
+ id={`monitor-${props.id}`}
41
>
42
<Draggable
43
bounds=".monitor-overlay" // Class for monitor container
0 commit comments