diff --git a/ui/Dockerfile b/ui/Dockerfile index 126c7cc..3d0b757 100644 --- a/ui/Dockerfile +++ b/ui/Dockerfile @@ -4,6 +4,7 @@ WORKDIR /app ENV NEXT_PUBLIC_NODE_ENV=local ENV NEXT_PUBLIC_AUTH_PROVIDER=local +ENV NEXT_PUBLIC_DEPLOYMENT_MODE=oss ENV NEXT_PUBLIC_BACKEND_URL="http://localhost:8000" ENV BACKEND_URL="http://api:8000" diff --git a/ui/src/app/create-workflow/layout.tsx b/ui/src/app/create-workflow/layout.tsx deleted file mode 100644 index b4c0657..0000000 --- a/ui/src/app/create-workflow/layout.tsx +++ /dev/null @@ -1,14 +0,0 @@ -import BaseHeader from "@/components/header/BaseHeader" - -export default function CreateWorkflowLayout({ - children, -}: { - children: React.ReactNode -}) { - return ( - <> - - {children} - - ) -} diff --git a/ui/src/app/create-workflow/page.tsx b/ui/src/app/create-workflow/page.tsx index e043459..91a4acb 100644 --- a/ui/src/app/create-workflow/page.tsx +++ b/ui/src/app/create-workflow/page.tsx @@ -79,7 +79,7 @@ export default function CreateWorkflowPage() { }; return ( -
+

@@ -115,11 +115,8 @@ export default function CreateWorkflowPage() {

-
- Which serves the use case: + For the use case of
-
- Which can: + Which can