diff --git a/src/dashboard/src/components/workflows/YamlEditor.tsx b/src/dashboard/src/components/workflows/YamlEditor.tsx index 03656588..56e9f5c7 100644 --- a/src/dashboard/src/components/workflows/YamlEditor.tsx +++ b/src/dashboard/src/components/workflows/YamlEditor.tsx @@ -1,5 +1,5 @@ import { useState, useCallback, useEffect } from 'react' -import yaml from 'js-yaml' +import * as yaml from 'js-yaml' import { AlertCircle, Eye, Code, Copy, Check } from 'lucide-react' interface YamlEditorProps {