We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e3d81 commit f644db9Copy full SHA for f644db9
src/components/Embedded.js
@@ -46,7 +46,7 @@ function Embedded(props) {
46
.split(',')
47
.map((x) => x.trim())
48
.filter((x) => SUPPORTED_PANES[x])
49
- : ['markup', 'preview', 'query', 'result'];
+ : ['query', 'preview'];
50
51
// TODO: we should add tabs to handle > 2 panes
52
const areaCount = panes.length;
0 commit comments