Hide runs by default on workflow index view (#12652)

Too many runs cause perf issues on index page. Let's hide this field
until we improve the way we fetch relations
This commit is contained in:
Thomas Trompette
2025-06-17 11:06:04 +02:00
committed by GitHub
parent f7396e3531
commit 093073d5e2

View File

@ -83,7 +83,7 @@ export const workflowsAllView = (
(field) => field.standardId === WORKFLOW_STANDARD_FIELD_IDS.runs,
)?.id ?? '',
position: 5,
isVisible: true,
isVisible: false,
size: 150,
},
],