mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-09-11 09:38:42 -06:00
Merge branch 'main' of https://github.com/bunny-lab-io/Borealis
This commit is contained in:
@@ -291,6 +291,7 @@ export default function App() {
|
||||
{ id: "flow_1", tab_name: "Flow 1", nodes: [], edges: [] }
|
||||
]);
|
||||
const [activeTabId, setActiveTabId] = useState("flow_1");
|
||||
const [currentPage, setCurrentPage] = useState("jobs");
|
||||
|
||||
// navigation state
|
||||
const [currentPage, setCurrentPage] = useState("devices");
|
||||
@@ -813,7 +814,6 @@ export default function App() {
|
||||
{renderMainContent()}
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
<StatusBar />
|
||||
</Box>
|
||||
|
||||
|
Reference in New Issue
Block a user