Skip to content

Commit b1d359d

Browse files
authored
[ENG-8242] FE: Fix the issue that display name cannot be changed for linked services (#2587)
1 parent 6975e95 commit b1d359d

File tree

1 file changed

+1
-0
lines changed
  • lib/osf-components/addon/components/addons-service/manager

1 file changed

+1
-0
lines changed

lib/osf-components/addon/components/addons-service/manager/component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ export default class AddonsServiceManagerComponent extends Component<Args> {
313313
} else if (this.selectedConfiguration && this.selectedConfiguration instanceof ConfiguredLinkAddonModel) {
314314
this.selectedConfiguration.targetId = args.targetId;
315315
this.selectedConfiguration.resourceType = args.resourceType;
316+
this.selectedConfiguration.displayName = args.displayName;
316317
await this.selectedConfiguration.save();
317318
}
318319
this.cancelSetup();

0 commit comments

Comments
 (0)