mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +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);
|
||||
},
|
||||
onMappingTooltipDismissed() {
|
||||
window.localStorage.setItem(LOCAL_STORAGE_MAPPING_FLAG, 'true');
|
||||
this.localStorageMappingFlag = true;
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user