Skip to content

Commit

Permalink
CRISTAL-302: In case of page load error, the number of attachments is…
Browse files Browse the repository at this point in the history
… not refreshed
  • Loading branch information
pjeanjean committed Dec 16, 2024
1 parent 56ad5c9 commit 07def95
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ const attachmentsStore: AttachmentsStoreDefinition = defineStore<
} else {
this.unknownPage = true;
this.attachments = [];
this.count = 0;
}
},
setError(error: string) {
Expand Down

0 comments on commit 07def95

Please sign in to comment.