Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit dfe8667

Browse files
committed
fixed not being able to rename
1 parent 6975e95 commit dfe8667

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • lib/osf-components/addon/components/addons-service/manager

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)