Skip to content

Commit

Permalink
feat(evaluateVariables stage): fixed prettier violation
Browse files Browse the repository at this point in the history
  • Loading branch information
wooseung-sim committed Sep 12, 2024
1 parent 8266611 commit 6811655
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function ExecutionAndStagePicker(props: IExecutionAndStagePickerProps) {
const fetchExecutions = useData(
() =>
executionService.getExecutionsForConfigIds([pipeline.id], {
limit: SETTINGS.maxFetchHistoryOnEvaluateVariables
limit: SETTINGS.maxFetchHistoryOnEvaluateVariables,
}),
[],
[],
Expand Down

0 comments on commit 6811655

Please sign in to comment.