Keep workflow nodes initialized

This commit is contained in:
2026-07-28 15:51:38 +02:00
parent 1ec8336c02
commit 63e5ce949d
2 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { createElement, lazy } from "react";
import type { PlatformWebModule } from "@govoplan/core-webui";
import "./styles/workflow.css";
import "@xyflow/react/dist/style.css";
import "./styles/workflow.css";
const WorkflowPage = lazy(() => import("./features/workflow/WorkflowPage"));
const readScopes = [