Skip to content

Commit

Permalink
Load tests when changing projects. (#506)
Browse files Browse the repository at this point in the history
Co-authored-by: David Souther <[email protected]>
  • Loading branch information
DavidSouther and David Souther authored Dec 1, 2024
1 parent 9c82425 commit 6730f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/src/stores/chip.store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ export function makeChipStore(
dispatch.current({ action: "setChips", payload });

if (chips.length > 0) {
this.loadChip(`${prefix}/${project}/${chips[0]}.hdl`, false);
this.loadChip(`${prefix}/${project}/${chips[0]}.hdl`, true);
}
},

Expand Down

0 comments on commit 6730f8e

Please sign in to comment.