Skip to content

Commit

Permalink
rollback dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosampler committed Sep 30, 2024
1 parent 4521b12 commit 6bca009
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export default function QueueFromGitOps() {
const version = 'latest';
const preset = cannonDefInfo?.def.getPreset(ctx);
setPreviousPackageInput(`${name}:${version}@${preset}`);
}, [cannonDefInfo?.def]);
}, [cannonDefInfo?.def, selectedDeployType]);

// run the build and get the list of transactions we need to run
const { buildState, doBuild, resetState } = useCannonBuildTmp(currentSafe);
Expand Down

0 comments on commit 6bca009

Please sign in to comment.