Added roleIdentifier to appended invitaiton
This commit is contained in:
@@ -176,6 +176,7 @@ export function ActionWizardScreen(): React.ReactElement {
|
||||
if (variables.length > 0) {
|
||||
const variableData = variables.map(v => ({
|
||||
variableIdentifier: v.id,
|
||||
roleIdentifier: roleIdentifier,
|
||||
value: v.type === 'number' || v.type === 'satoshis'
|
||||
? BigInt(v.value || '0')
|
||||
: v.value,
|
||||
|
||||
Reference in New Issue
Block a user