From 3e97360c8201e2b06f45a76d22f601c227aabd3d Mon Sep 17 00:00:00 2001 From: Luis Morales-Navarro Date: Fri, 10 Aug 2018 12:09:55 -0600 Subject: [PATCH] Update name of table output (#670) --- client/modules/IDE/components/PreviewFrame.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/modules/IDE/components/PreviewFrame.jsx b/client/modules/IDE/components/PreviewFrame.jsx index eb23b94e..8e4f1350 100644 --- a/client/modules/IDE/components/PreviewFrame.jsx +++ b/client/modules/IDE/components/PreviewFrame.jsx @@ -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) {