Clean available fields in variable dropdown (#8371)
As title We do not want relations yet in picker
This commit is contained in:
@ -16,7 +16,7 @@ export type WorkflowCodeStepSettings = BaseWorkflowStepSettings & {
|
||||
serverlessFunctionId: string;
|
||||
serverlessFunctionVersion: string;
|
||||
serverlessFunctionInput: {
|
||||
[hello: string]: any;
|
||||
[key: string]: any;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user