Skip to content

Commit

Permalink
added success msg after updating metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
AppsusUK committed Oct 2, 2021
1 parent 402f640 commit 2fac065
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export class MetadataEditorComponent implements OnInit {
this.electron.fs.writeFileSync(`${selectedDirectory[0]}/cardano-metadata.json`, JSON.stringify(data))
}

this.snack.generalSnack("Metadata updated successfully", "Ok")

}

Expand Down

0 comments on commit 2fac065

Please sign in to comment.