Skip to content

Commit

Permalink
fix infinite loading spinner when incorrect UUID is provided
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Coulson committed Jan 24, 2025
1 parent e62b236 commit 803e5bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/metadata-editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,7 @@ export default class MetadataEditorV extends Vue {
this.clearConfig();
// Product was not found, unlock the UUID
this.lockStore.unlockStoryline();
reject();
} else {
const configZip = new JSZip();
// Files retrieved. Convert them into a JSZip object.
Expand Down

0 comments on commit 803e5bb

Please sign in to comment.