Skip to content

Commit

Permalink
clear ipns props on clone
Browse files Browse the repository at this point in the history
  • Loading branch information
giniedp committed Apr 27, 2023
1 parent 905a509 commit 72cc71d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ export class GearsetsDetailPageComponent {
return this.gearDb.create({
...record,
id: null,
ipnsKey: null,
ipnsName: null,
name: newName,
})
})
Expand Down

0 comments on commit 72cc71d

Please sign in to comment.