This commit is contained in:
Typer_Body
2026-06-02 02:29:35 +08:00
parent 543fbd8ca0
commit 192b69b0fb
7 changed files with 33 additions and 14 deletions

View File

@@ -69,7 +69,6 @@ import {
DropdownMenuTrigger,
} from '@/components/ui/dropdown-menu';
import ModelsDialog from '@/app/home/components/models-dialog/ModelsDialog';
import PromptEditorComponent from '@/app/home/components/dynamic-form/PromptEditorComponent';
const resolveOptionLabel = (label: unknown, fallback: string): string => {
if (!label || typeof label !== 'object') return fallback;

View File

@@ -50,7 +50,6 @@ export default function WorkflowDetailContent({ id }: { id: string }) {
setSaving,
setLoading,
reset,
nodeTypes,
setNodeTypes,
} = useWorkflowStore();