Update name of table output (#670)

This commit is contained in:
Luis Morales-Navarro 2018-08-10 12:09:55 -06:00 committed by Cassie Tarakajian
parent bee02e01ab
commit 3e97360c82
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ class PreviewFrame extends React.Component {
sketchDoc.body.appendChild(accessibleOutputs);
sketchDoc.body.appendChild(accessiblelib);
const gridSection = sketchDoc.createElement('section');
gridSection.setAttribute('id', 'gridOutput-content');
gridSection.setAttribute('id', 'tableOutput-content');
sketchDoc.getElementById('accessible-outputs').appendChild(gridSection);
}
if (this.props.soundOutput) {