share-modal: reset loading counter

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/653/head
Varun Patil 2023-05-10 20:13:21 -07:00
parent bdc95b0cbf
commit 379dee2c91
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ export default defineComponent({
created() {
globalThis.sharePhoto = (photo: IPhoto) => {
this.photo = photo;
this.loading = 0;
};
},