fix destination page after photo is shared

This commit is contained in:
2024-08-14 08:56:57 -06:00
parent e5155a3da1
commit 60e2d549cc

View File

@@ -133,7 +133,7 @@ export default class SharedPhotoView extends Vue {
name: "gifted-details", name: "gifted-details",
// this might be wrong since "name" goes with params, but it works so test well when you change it // this might be wrong since "name" goes with params, but it works so test well when you change it
query: { query: {
destinationPathAfter: "/home", destinationPathAfter: "/",
hideBackButton: true, hideBackButton: true,
imageUrl: url, imageUrl: url,
recipientDid: this.activeDid, recipientDid: this.activeDid,