mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
admin ui: started color centralization + made sidebar resizable
This commit is contained in:
@@ -85,8 +85,6 @@ export function DataSchemaCanvas() {
|
||||
},
|
||||
}));
|
||||
|
||||
console.log("-", data, { nodes, edges });
|
||||
|
||||
const nodeLayout = layoutWithDagre({
|
||||
nodes: nodes.map((n) => ({
|
||||
id: n.id,
|
||||
|
||||
Reference in New Issue
Block a user