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:
Mutasem Aldmour
2023-03-01 14:02:34 +03:00
committed by GitHub
parent aa2beaa800
commit eac4275a7e
7 changed files with 13 additions and 46 deletions

View File

@@ -1119,6 +1119,7 @@ export interface NDVState {
canDrop: boolean;
stickyPosition: null | XYPosition;
};
isMappingOnboarded: boolean;
}
export interface UIState {