Skip to content

Commit

Permalink
Merge pull request #407 from RyanCoulsonCA/fix-405
Browse files Browse the repository at this point in the history
correctly mark products with no logo as loaded
  • Loading branch information
yileifeng authored Oct 3, 2024
2 parents 7357383 + ee34e95 commit c2f6452
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/metadata-editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,9 @@ export default class MetadataEditorV extends Vue {
}
});
}
} else {
// If there's no logo, mark the product as loaded.
this.loadStatus = 'loaded';
}
}
Expand Down

0 comments on commit c2f6452

Please sign in to comment.