-
Notifications
You must be signed in to change notification settings - Fork 478
Open
Description
The display of the custom review screen stopped working in the last update.
Using:
const resp : any = interrupt<HumanInterrupt[], HumanResponse[]>([
{
action_request: {
action: "Aprovar Corança para: " + state.clienteAtual?.nome,
args: {
mensagemPreparada: state.mensagemPreparada,
},
},
description: state.clienteAtual?.nome,
config: {
allow_ignore: true,
allow_respond: true,
allow_edit: true,
allow_accept: true,
},
},
])[0];
Shows:

Metadata
Metadata
Assignees
Labels
No labels