Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpolman committed Oct 15, 2024
2 parents 9922937 + e94e114 commit c6b1a07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/studio/src/views/studio/Collection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export default defineComponent({
try {
this.isLoading = true;
await this.collectionStore.get(erc721Id);
this.collectionStore.getMinter(erc721Id);
} catch (error: any) {
toast(error.message, 'light', 3000, () => {
return;
Expand Down

0 comments on commit c6b1a07

Please sign in to comment.