mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(editor): Include NodeDetailsView in URL (#14349)
This commit is contained in:
@@ -2658,7 +2658,7 @@ export interface ResourceMapperFields {
|
||||
export interface WorkflowInputsData {
|
||||
fields: ResourceMapperField[];
|
||||
dataMode: string;
|
||||
subworkflowInfo?: { id?: string };
|
||||
subworkflowInfo?: { workflowId?: string; triggerId?: string };
|
||||
}
|
||||
|
||||
export interface ResourceMapperField {
|
||||
|
||||
Reference in New Issue
Block a user