diff --git a/frontend/projects/ui/src/app/pages/marketplace-routes/marketplace-show/marketplace-show-controls/marketplace-show-controls.component.ts b/frontend/projects/ui/src/app/pages/marketplace-routes/marketplace-show/marketplace-show-controls/marketplace-show-controls.component.ts index 8f18e04376..90342576aa 100644 --- a/frontend/projects/ui/src/app/pages/marketplace-routes/marketplace-show/marketplace-show-controls/marketplace-show-controls.component.ts +++ b/frontend/projects/ui/src/app/pages/marketplace-routes/marketplace-show/marketplace-show-controls/marketplace-show-controls.component.ts @@ -86,7 +86,7 @@ export class MarketplaceShowControlsComponent { try { const breakages = await this.embassyApi.dryUpdatePackage({ id, - version: `=${version}`, + version: `${version}`, }) if (isEmptyObject(breakages)) {