Remove workflow filters from lab (#14017)

As title
This commit is contained in:
Thomas Trompette
2025-08-21 14:30:36 +02:00
committed by GitHub
parent f7709955f6
commit b9b5f9a347
23 changed files with 15 additions and 255 deletions
@@ -27,9 +27,6 @@ export const useRunWorkflowRunOpeningInCommandMenuSideEffects = () => {
const { objectPermissionsByObjectMetadataId } = useObjectPermissions();
const isWorkflowFilteringEnabled = useIsFeatureEnabled(
FeatureFlagKey.IS_WORKFLOW_FILTERING_ENABLED,
);
const isWorkflowBranchEnabled = useIsFeatureEnabled(
FeatureFlagKey.IS_WORKFLOW_BRANCH_ENABLED,
);
@@ -65,7 +62,6 @@ export const useRunWorkflowRunOpeningInCommandMenuSideEffects = () => {
steps: workflowRunRecord.state.flow.steps,
stepInfos: workflowRunRecord.state.stepInfos,
trigger: workflowRunRecord.state.flow.trigger,
isWorkflowFilteringEnabled,
isWorkflowBranchEnabled,
});
@@ -136,7 +132,6 @@ export const useRunWorkflowRunOpeningInCommandMenuSideEffects = () => {
[
apolloCoreClient.cache,
objectPermissionsByObjectMetadataId,
isWorkflowFilteringEnabled,
isWorkflowBranchEnabled,
openWorkflowRunViewStepInCommandMenu,
getIcon,