Skip to content

Empty arguments in tp.server.api.invoke call #82

@skrjanec

Description

@skrjanec

Empty arguments in tp.server.api.invoke (UI framework) cause an unhandled error.

example:
tp.server.api.invoke({
name: this._queryApi
}).then(result => {
this.model.dataSources['versions'] = result;
section.activate();
this.element.querySelector('tp-floating-button').show();
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions