forked from jsnbuchanan/crowd-funder-for-time-pwa
Fix GiftedDialog functionality
- Add description, amountInput, and unitCode parameters to GiftedDialog.open() - Pass offer details to GiftedDialog in ProjectViewView - Update ContactsView to handle new GiftedDialog parameters
This commit is contained in:
@@ -1069,6 +1069,9 @@ export default class ContactsView extends Vue {
|
||||
receiver,
|
||||
undefined as unknown as string,
|
||||
undefined as unknown as string,
|
||||
undefined as unknown as string,
|
||||
undefined as unknown as string,
|
||||
undefined as unknown as string,
|
||||
callback,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user