File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
products/workflows/frontend/Workflows Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,18 @@ import { urls } from 'scenes/urls'
1919
2020import { WorkflowsSceneProps } from '../WorkflowsScene'
2121
22+ import { WorkflowsSceneProps } from '../WorkflowsScene'
23+ import { getHogFlowStep } from './hogflows/steps/HogFlowSteps'
24+ import { HogFlow } from './hogflows/types'
25+ import { newWorkflowLogic } from './newWorkflowLogic'
26+ import { workflowLogic } from './workflowLogic'
27+ import { WorkflowStatusFilter , workflowsLogic } from './workflowsLogic'
28+
2229const STATUS_CONFIG : Record < string , { label : string ; type : 'success' | 'default' | 'muted' } > = {
2330 active : { label : 'Active' , type : 'success' } ,
2431 draft : { label : 'Draft' , type : 'default' } ,
2532 archived : { label : 'Archived' , type : 'muted' } ,
2633}
27- import { getHogFlowStep } from './hogflows/steps/HogFlowSteps'
2834import { HogFlow } from './hogflows/types'
2935import { newWorkflowLogic } from './newWorkflowLogic'
3036import { workflowLogic } from './workflowLogic'
You can’t perform that action at this time.
0 commit comments