Skip to content

HumanInterrupt review UI not wotking #199

@ricardojlrufino

Description

@ricardojlrufino

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:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions