flows: add API to debug-execute a flow and import flow
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -26,7 +26,7 @@ export class ApplicationForm extends Form<Application> {
|
||||
}
|
||||
}
|
||||
|
||||
send = (data: Application): Promise<Application> => {
|
||||
send = (data: Application): Promise<Application | void> => {
|
||||
let writeOp: Promise<Application>;
|
||||
if (this.application) {
|
||||
writeOp = new CoreApi(DEFAULT_CONFIG).coreApplicationsUpdate({
|
||||
|
||||
Reference in New Issue
Block a user