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:
@ -83,7 +83,7 @@ export const workflowsAllView = (
|
||||
(field) => field.standardId === WORKFLOW_STANDARD_FIELD_IDS.runs,
|
||||
)?.id ?? '',
|
||||
position: 5,
|
||||
isVisible: true,
|
||||
isVisible: false,
|
||||
size: 150,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user