mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix: Stop showing mapping hint after mapping (#5586)
* fix: Stop showing mapping hint after mapping * fix: set value correctly * chore: clean up mapping hint code
This commit is contained in:
@@ -1119,6 +1119,7 @@ export interface NDVState {
|
||||
canDrop: boolean;
|
||||
stickyPosition: null | XYPosition;
|
||||
};
|
||||
isMappingOnboarded: boolean;
|
||||
}
|
||||
|
||||
export interface UIState {
|
||||
|
||||
Reference in New Issue
Block a user