From 68116559f8cad4dd014ab0adedad31f9a8bf7aad Mon Sep 17 00:00:00 2001 From: Wooseung Sim Date: Thu, 12 Sep 2024 10:08:25 -0400 Subject: [PATCH] feat(evaluateVariables stage): fixed prettier violation --- .../config/stages/evaluateVariables/ExecutionAndStagePicker.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/pipeline/config/stages/evaluateVariables/ExecutionAndStagePicker.tsx b/packages/core/src/pipeline/config/stages/evaluateVariables/ExecutionAndStagePicker.tsx index c7aa1151faf..fd722e9d954 100644 --- a/packages/core/src/pipeline/config/stages/evaluateVariables/ExecutionAndStagePicker.tsx +++ b/packages/core/src/pipeline/config/stages/evaluateVariables/ExecutionAndStagePicker.tsx @@ -26,7 +26,7 @@ export function ExecutionAndStagePicker(props: IExecutionAndStagePickerProps) { const fetchExecutions = useData( () => executionService.getExecutionsForConfigIds([pipeline.id], { - limit: SETTINGS.maxFetchHistoryOnEvaluateVariables + limit: SETTINGS.maxFetchHistoryOnEvaluateVariables, }), [], [],