Skip to content

Commit

Permalink
Fix apply useQuery() in ProjectRunDetails
Browse files Browse the repository at this point in the history
  • Loading branch information
ZIJ committed Oct 25, 2024
1 parent 32f76a9 commit 117eed7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export const ProjectRunDetails: React.FC<{
},
{
refetchInterval: 5000,
initialData: { terraform_output: initialTfOutput, workflow_run_url: initialWorkflowRunUrl }
initialData: { terraform_output: initialApplyTerraformOutput, workflow_run_url: initialApplyWorkflowRunUrl }
}
);

Expand Down

0 comments on commit 117eed7

Please sign in to comment.