690503:1356 Update workflow #06
CI / CD Pipeline / build (push) Successful in 8m6s
CI / CD Pipeline / deploy (push) Successful in 7m0s

This commit is contained in:
2026-05-03 13:56:16 +07:00
parent e4a724bff4
commit cde53526cf
2 changed files with 2 additions and 1 deletions
@@ -11,6 +11,7 @@ import { workflowApi } from '@/lib/api/workflows';
vi.mock('@monaco-editor/react', () => ({
default: ({ onChange }: { onChange?: (v: string) => void }) => (
<textarea
aria-label="Workflow DSL editor"
data-testid="monaco-editor"
onChange={(e) => onChange?.(e.target.value)}
/>