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 11b46a3 commit 73f8710Copy full SHA for 73f8710
frontend/packages/interface/src/App.js
@@ -1,10 +1,8 @@
1
-import logo from './logo.svg';
2
import './App.css';
3
import {RelationalPlanViewer} from "@lingodb/common/RelationalPlanViewer"
4
import {useRef, useState} from "react";
5
import {
6
Button,
7
- Table,
8
Tabs,
9
Tab,
10
ButtonGroup,
@@ -192,7 +190,6 @@ function App() {
192
190
setSubOpPlan(json.subopplan)
193
191
console.log(json.mlir)
194
setLayers(json.mlir)
195
- const relalgBaseRef=getBaseReference(json.mlir[1].passInfo.file)
196
const analyzed= analyzeLayers(json.mlir)
197
console.log("layerInfo", analyzed)
198
setLayerInfo(analyzed)
0 commit comments