Skip to content

Commit

Permalink
address nit
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtonG committed Jul 29, 2024
1 parent c7a8099 commit bb15007
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const ExperimentSingleTrialTabs: React.FC<Props> = ({
// make sure the experiment is in terminal state before the request is made.
const isTerminalExp = terminalRunStates.has(experiment.state);
const expTrials = await getExpTrials(
{ id: experiment.id, limit: 2 },
{ id: experiment.id, limit: 1 },
{ signal: canceler.signal },
);
const firstTrial = expTrials.trials[0];
Expand Down

0 comments on commit bb15007

Please sign in to comment.