mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-09-11 04:18: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: [] }
|
{ id: "flow_1", tab_name: "Flow 1", nodes: [], edges: [] }
|
||||||
]);
|
]);
|
||||||
const [activeTabId, setActiveTabId] = useState("flow_1");
|
const [activeTabId, setActiveTabId] = useState("flow_1");
|
||||||
|
const [currentPage, setCurrentPage] = useState("jobs");
|
||||||
|
|
||||||
// navigation state
|
// navigation state
|
||||||
const [currentPage, setCurrentPage] = useState("devices");
|
const [currentPage, setCurrentPage] = useState("devices");
|
||||||
@@ -813,7 +814,6 @@ export default function App() {
|
|||||||
{renderMainContent()}
|
{renderMainContent()}
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<StatusBar />
|
<StatusBar />
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user