mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
feat(editor): Continue to show mapping tooltip after dismiss (#5289)
* feat: Continue to show mapping tooltip after dismiss * feat(editor): Append expressions in fixed values when mapping * Revert "feat(editor): Append expressions in fixed values when mapping" f0d395876c560751d406d18602150063ab0c6a8b
This commit is contained in:
@@ -329,7 +329,6 @@ export default mixins(showMessage).extend({
|
|||||||
}, 200);
|
}, 200);
|
||||||
},
|
},
|
||||||
onMappingTooltipDismissed() {
|
onMappingTooltipDismissed() {
|
||||||
window.localStorage.setItem(LOCAL_STORAGE_MAPPING_FLAG, 'true');
|
|
||||||
this.localStorageMappingFlag = true;
|
this.localStorageMappingFlag = true;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user