mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: Keep expression when dropping mapped value (#4981)
fix: keep expression when dropping mapped value
This commit is contained in:
@@ -492,7 +492,7 @@ export default mixins(
|
|||||||
computed: {
|
computed: {
|
||||||
...mapStores(useCredentialsStore, useNodeTypesStore, useNDVStore, useWorkflowsStore),
|
...mapStores(useCredentialsStore, useNodeTypesStore, useNDVStore, useWorkflowsStore),
|
||||||
expressionDisplayValue(): string {
|
expressionDisplayValue(): string {
|
||||||
if (this.activeDrop || this.forceShowExpression) {
|
if (this.forceShowExpression) {
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user