Clean available fields in variable dropdown (#8371)

As title

We do not want relations yet in picker
This commit is contained in:
Thomas Trompette
2024-11-06 16:54:23 +01:00
committed by GitHub
parent ffd790c8fd
commit 117e502e80
3 changed files with 18 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export type WorkflowCodeStepSettings = BaseWorkflowStepSettings & {
serverlessFunctionId: string;
serverlessFunctionVersion: string;
serverlessFunctionInput: {
[hello: string]: any;
[key: string]: any;
};
};
};