Skip to content

Commit

Permalink
fix(CI): Force install new copy of a template component
Browse files Browse the repository at this point in the history
Change-Id: Ie8d84d262610c3167f18eb8ed5861153e0242b05
GitOrigin-RevId: b1995b806b12ad31de534d5f16534317af36da96
  • Loading branch information
sarahsga authored and actions-user committed Dec 17, 2024
1 parent 56b9515 commit 658c0f8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@ export function createAddTplComponent(component: Component): AddTplItem {
}
return tpl;
},
asyncExtraInfo: async (sc): Promise<any> => {
return { type: "existing", component };
},
component,
};
}
Expand Down

0 comments on commit 658c0f8

Please sign in to comment.