workflow dependency

This commit is contained in:
zxhlyh
2025-06-23 15:02:57 +08:00
parent b9f59e3a75
commit 48f53f3b9b
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,6 @@ import type { EnvironmentVariable } from '@/app/components/workflow/types'
import { DSL_EXPORT_CHECK } from '@/app/components/workflow/constants'
import { useStore } from '@/app/components/workflow/store'
import Features from '@/app/components/workflow/features'
import PluginDependency from '@/app/components/workflow/plugin-dependency'
import UpdateDSLModal from '@/app/components/workflow/update-dsl-modal'
import DSLExportConfirmModal from '@/app/components/workflow/dsl-export-confirm-modal'
import {
@ -38,7 +37,6 @@ const WorkflowChildren = () => {
return (
<>
<PluginDependency />
{
showFeaturesPanel && <Features />
}