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