Fix workflow run ouput format (#10302)
- Adapt the frontend to use the new output format
This commit is contained in:
committed by
GitHub
parent
ad9af65898
commit
77caf36d90
@ -194,20 +194,20 @@ export const useRecordShowContainerTabs = (
|
||||
ifRelationsMissing: [],
|
||||
},
|
||||
},
|
||||
// workflowRunFlow: {
|
||||
// title: 'Flow',
|
||||
// position: 0,
|
||||
// Icon: IconSettings,
|
||||
// cards: [{ type: CardType.WorkflowRunCard }],
|
||||
// hide: {
|
||||
// ifMobile: false,
|
||||
// ifDesktop: false,
|
||||
// ifInRightDrawer: false,
|
||||
// ifFeaturesDisabled: [FeatureFlagKey.IsWorkflowEnabled],
|
||||
// ifRequiredObjectsInactive: [],
|
||||
// ifRelationsMissing: [],
|
||||
// },
|
||||
// },
|
||||
workflowRunFlow: {
|
||||
title: 'Flow',
|
||||
position: 0,
|
||||
Icon: IconSettings,
|
||||
cards: [{ type: CardType.WorkflowRunCard }],
|
||||
hide: {
|
||||
ifMobile: false,
|
||||
ifDesktop: false,
|
||||
ifInRightDrawer: false,
|
||||
ifFeaturesDisabled: [FeatureFlagKey.IsWorkflowEnabled],
|
||||
ifRequiredObjectsInactive: [],
|
||||
ifRelationsMissing: [],
|
||||
},
|
||||
},
|
||||
timeline: null,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user