fix: removed minimap as not yet intended to be added
ref: N25B-114
This commit is contained in:
@@ -13,7 +13,6 @@ import {
|
|||||||
useEdgesState,
|
useEdgesState,
|
||||||
reconnectEdge,
|
reconnectEdge,
|
||||||
addEdge,
|
addEdge,
|
||||||
MiniMap,
|
|
||||||
MarkerType,
|
MarkerType,
|
||||||
type Edge,
|
type Edge,
|
||||||
type Connection,
|
type Connection,
|
||||||
@@ -111,7 +110,6 @@ const VisProgUI = ()=> {
|
|||||||
proOptions={{hideAttribution: true }}
|
proOptions={{hideAttribution: true }}
|
||||||
>
|
>
|
||||||
<Controls />
|
<Controls />
|
||||||
<MiniMap />
|
|
||||||
<Background />
|
<Background />
|
||||||
</ReactFlow>
|
</ReactFlow>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user