mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-05 05:16:03 +00:00
fix
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -50,7 +50,6 @@ export default function WorkflowDetailContent({ id }: { id: string }) {
|
||||
setSaving,
|
||||
setLoading,
|
||||
reset,
|
||||
nodeTypes,
|
||||
setNodeTypes,
|
||||
} = useWorkflowStore();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user