Skip to content

Commit 3e97360

Browse files
Luis Morales-Navarrocatarak
Luis Morales-Navarro
authored andcommitted
Update name of table output (#670)
1 parent bee02e0 commit 3e97360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/IDE/components/PreviewFrame.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class PreviewFrame extends React.Component {
173173
sketchDoc.body.appendChild(accessibleOutputs);
174174
sketchDoc.body.appendChild(accessiblelib);
175175
const gridSection = sketchDoc.createElement('section');
176-
gridSection.setAttribute('id', 'gridOutput-content');
176+
gridSection.setAttribute('id', 'tableOutput-content');
177177
sketchDoc.getElementById('accessible-outputs').appendChild(gridSection);
178178
}
179179
if (this.props.soundOutput) {

0 commit comments

Comments
 (0)