Added roleIdentifier to appended invitaiton

This commit is contained in:
2026-01-29 07:36:52 +00:00
parent 399e93f714
commit f764a86bdd

View File

@@ -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,