mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
feat: Add assignment component with drag and drop to Set node (#8283)
Co-authored-by: Giulio Andreini <andreini@netseven.it>
This commit is contained in:
@@ -1235,8 +1235,8 @@ export interface NDVState {
|
||||
isDragging: boolean;
|
||||
type: string;
|
||||
data: string;
|
||||
activeTargetId: string | null;
|
||||
stickyPosition: null | XYPosition;
|
||||
dimensions: DOMRect | null;
|
||||
activeTarget: { id: string; stickyPosition: null | XYPosition } | null;
|
||||
};
|
||||
isMappingOnboarded: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user