mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-16 02:45:48 -07:00
Issue #142 Resolved
This commit is contained in:
@@ -28,7 +28,7 @@ import {
|
|||||||
import FlowTabs from "./Flow_Editor/Flow_Tabs";
|
import FlowTabs from "./Flow_Editor/Flow_Tabs";
|
||||||
import FlowEditor from "./Flow_Editor/Flow_Editor";
|
import FlowEditor from "./Flow_Editor/Flow_Editor";
|
||||||
import NodeSidebar from "./Flow_Editor/Node_Sidebar";
|
import NodeSidebar from "./Flow_Editor/Node_Sidebar";
|
||||||
import StatusBar from "./Status_Bar";
|
import StatusBar from "./Flow_Editor/Status_Bar.jsx";
|
||||||
|
|
||||||
// Borealis Page Imports
|
// Borealis Page Imports
|
||||||
import Login from "./Login.jsx";
|
import Login from "./Login.jsx";
|
||||||
|
|||||||
@@ -319,7 +319,7 @@ export default function AssemblyList({ onOpenWorkflow, onOpenScript }) {
|
|||||||
{
|
{
|
||||||
colId: "assemblyType",
|
colId: "assemblyType",
|
||||||
field: "assemblyType",
|
field: "assemblyType",
|
||||||
headerName: "Assembly Type",
|
headerName: "Type",
|
||||||
valueGetter: (params) => TYPE_METADATA[params?.data?.typeKey]?.label || "",
|
valueGetter: (params) => TYPE_METADATA[params?.data?.typeKey]?.label || "",
|
||||||
cellRenderer: TypeCellRenderer,
|
cellRenderer: TypeCellRenderer,
|
||||||
minWidth: 160,
|
minWidth: 160,
|
||||||
|
|||||||
Reference in New Issue
Block a user