Issue #142 Resolved

This commit is contained in:
2025-11-02 01:03:10 -07:00
parent 599e3776a0
commit 2e33afebd1
3 changed files with 2 additions and 2 deletions

View File

@@ -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";

View File

@@ -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,