diff --git a/src/views/accounts/GatheredUser/TaskDetail/TaskExecutionList.vue b/src/views/accounts/GatheredUser/TaskDetail/TaskExecutionList.vue index 368da7053..1c9195421 100644 --- a/src/views/accounts/GatheredUser/TaskDetail/TaskExecutionList.vue +++ b/src/views/accounts/GatheredUser/TaskDetail/TaskExecutionList.vue @@ -21,7 +21,7 @@ export default { hasBulkDelete: false, hasImport: false, hasExport: false, - hasSearch: true + hasSearch: false }, tableConfig: { url: `/api/v1/xpack/gathered-user/task-executions/?task=${this.object.id}`,