forked from jsnbuchanan/crowd-funder-for-time-pwa
jump from ideas directly into giving dialog choice
This commit is contained in:
@@ -295,7 +295,6 @@ import { getContactPayloadFromJwtUrl } from "@/libs/crypto";
|
||||
import {
|
||||
CONTACT_CSV_HEADER,
|
||||
CONTACT_URL_PREFIX,
|
||||
GiverReceiverInputInfo,
|
||||
GiveSummaryRecord,
|
||||
getHeaders,
|
||||
isDid,
|
||||
@@ -1010,7 +1009,8 @@ export default class ContactsView extends Vue {
|
||||
}
|
||||
|
||||
private showGiftedDialog(giverDid: string, recipientDid: string) {
|
||||
let giver: GiverReceiverInputInfo, receiver: GiverReceiverInputInfo;
|
||||
let giver: libsUtil.GiverReceiverInputInfo;
|
||||
let receiver: libsUtil.GiverReceiverInputInfo;
|
||||
if (giverDid) {
|
||||
giver = {
|
||||
did: giverDid,
|
||||
@@ -1048,6 +1048,7 @@ export default class ContactsView extends Vue {
|
||||
receiver,
|
||||
undefined as string,
|
||||
customTitle,
|
||||
undefined as string,
|
||||
callback,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user