Skip to content

Commit

Permalink
fix(deployment): remove control over deployment detail fetching
Browse files Browse the repository at this point in the history
refs #247
  • Loading branch information
ygrishajev committed Aug 16, 2024
1 parent 463bfee commit 7c2263b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export function DeploymentDetail({ dseq }: React.PropsWithChildren<{ dseq: strin
refetch: getDeploymentDetail,
error: deploymentError
} = useDeploymentDetail(address, dseq, {
enabled: !deploymentManifest,
onSuccess: _deploymentDetail => {
if (_deploymentDetail) {
getLeases();
Expand Down

0 comments on commit 7c2263b

Please sign in to comment.