From 2c2c95a824bcbc02d07d8e9c184a4ff01474fdff Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Wed, 14 Aug 2024 08:56:57 -0600 Subject: [PATCH] fix destination page after photo is shared --- src/views/SharedPhotoView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/SharedPhotoView.vue b/src/views/SharedPhotoView.vue index cf32e46..1bd583e 100644 --- a/src/views/SharedPhotoView.vue +++ b/src/views/SharedPhotoView.vue @@ -133,7 +133,7 @@ export default class SharedPhotoView extends Vue { name: "gifted-details", // this might be wrong since "name" goes with params, but it works so test well when you change it query: { - destinationPathAfter: "/home", + destinationPathAfter: "/", hideBackButton: true, imageUrl: url, recipientDid: this.activeDid,